Checkstyle Results
The following document contains the results of
Checkstyle
.
Summary
Files |
Infos |
Warnings |
Errors |
101 |
0 |
0 |
3004 |
Files
com/imcode/db/AbstractDatabase.java
Error |
Line |
|
Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
|
Missing a Javadoc comment. |
3
|
|
Line is longer than 80 characters. |
5
|
|
Method 'executeCommand' is not designed for extension - needs to be abstract, final or empty. |
5
|
|
Missing a Javadoc comment. |
5
|
|
Parameter databaseCommand should be final. |
5
|
|
Redundant throws: 'DatabaseException' is unchecked exception. |
5
|
|
';' is preceded with whitespace. |
6
|
|
Line is longer than 80 characters. |
9
|
|
Method 'execute' is not designed for extension - needs to be abstract, final or empty. |
9
|
|
Missing a Javadoc comment. |
9
|
|
Parameter databaseCommand should be final. |
9
|
|
Redundant throws: 'DatabaseException' is unchecked exception. |
9
|
|
';' is preceded with whitespace. |
10
|
com/imcode/db/DataSourceDatabase.java
Error |
Line |
|
Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
|
Missing a Javadoc comment. |
7
|
|
Missing a Javadoc comment. |
9
|
|
Missing a Javadoc comment. |
11
|
|
'(' is followed by whitespace. |
11
|
|
Parameter dataSource should be final. |
11
|
|
'dataSource' hides a field. |
11
|
|
')' is preceded with whitespace. |
11
|
|
Line is longer than 80 characters. |
15
|
|
Method 'execute' is not designed for extension - needs to be abstract, final or empty. |
15
|
|
Missing a Javadoc comment. |
15
|
|
'(' is followed by whitespace. |
15
|
|
')' is preceded with whitespace. |
15
|
|
Redundant throws: 'DatabaseException' is unchecked exception. |
15
|
|
Line is longer than 80 characters. |
19
|
|
'(' is followed by whitespace. |
19
|
|
')' is preceded with whitespace. |
19
|
|
'(' is followed by whitespace. |
20
|
|
')' is preceded with whitespace. |
20
|
|
';' is preceded with whitespace. |
22
|
|
'(' is followed by whitespace. |
24
|
|
')' is preceded with whitespace. |
24
|
|
'(' is followed by whitespace. |
25
|
|
')' is preceded with whitespace. |
25
|
|
Line has trailing spaces. |
28
|
com/imcode/db/Database.java
Error |
Line |
|
File does not end with a newline. |
0
|
com/imcode/db/Database.java
Error |
Line |
|
Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
|
Missing a Javadoc comment. |
3
|
|
Missing a Javadoc comment. |
5
|
|
'(' is followed by whitespace. |
5
|
|
')' is preceded with whitespace. |
5
|
|
Redundant throws: 'DatabaseException' is unchecked exception. |
5
|
|
Expected an @return tag. |
8
|
|
Line is longer than 80 characters. |
8
|
|
'(' is followed by whitespace. |
8
|
|
Expected @param tag for 'databaseCommand'. |
8
|
|
')' is preceded with whitespace. |
8
|
|
Expected @throws tag for 'DatabaseException'. |
8
|
|
Redundant throws: 'DatabaseException' is unchecked exception. |
8
|
|
Line has trailing spaces. |
9
|
com/imcode/db/DatabaseCommand.java
Error |
Line |
|
Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
|
Missing a Javadoc comment. |
3
|
|
Missing a Javadoc comment. |
5
|
|
'(' is followed by whitespace. |
5
|
|
')' is preceded with whitespace. |
5
|
|
Redundant throws: 'DatabaseException' is unchecked exception. |
5
|
|
';' is preceded with whitespace. |
5
|
com/imcode/db/DatabaseConnection.java
Error |
Line |
|
File does not end with a newline. |
0
|
com/imcode/db/DatabaseConnection.java
Error |
Line |
|
Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
|
Missing a Javadoc comment. |
7
|
|
Line is longer than 80 characters. |
9
|
|
Missing a Javadoc comment. |
9
|
|
'(' is followed by whitespace. |
9
|
|
')' is preceded with whitespace. |
9
|
|
Redundant throws: 'DatabaseException' is unchecked exception. |
9
|
|
Line is longer than 80 characters. |
11
|
|
Missing a Javadoc comment. |
11
|
|
'(' is followed by whitespace. |
11
|
|
')' is preceded with whitespace. |
11
|
|
Redundant throws: 'DatabaseException' is unchecked exception. |
11
|
|
Missing a Javadoc comment. |
13
|
|
'(' is followed by whitespace. |
13
|
|
Line is longer than 80 characters. |
14
|
|
')' is preceded with whitespace. |
14
|
|
Redundant throws: 'DatabaseException' is unchecked exception. |
14
|
|
Missing a Javadoc comment. |
16
|
com/imcode/db/DatabaseConnectionWrapper.java
Error |
Line |
|
Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
|
Redundant import from the same package - com.imcode.db.DatabaseConnection. |
3
|
|
Redundant import from the same package - com.imcode.db.DatabaseException. |
4
|
|
Missing a Javadoc comment. |
9
|
|
Missing a Javadoc comment. |
11
|
|
Missing a Javadoc comment. |
13
|
|
Parameter connection should be final. |
13
|
|
'connection' hides a field. |
13
|
|
Line is longer than 80 characters. |
17
|
|
Method 'executeUpdate' is not designed for extension - needs to be abstract, final or empty. |
17
|
|
Missing a Javadoc comment. |
17
|
|
Parameter sql should be final. |
17
|
|
Parameter parameters should be final. |
17
|
|
Redundant throws: 'DatabaseException' is unchecked exception. |
17
|
|
';' is preceded with whitespace. |
18
|
|
Line is longer than 80 characters. |
21
|
|
Method 'executeUpdateAndGetGeneratedKey' is not designed for extension - needs to be abstract, final or empty. |
21
|
|
Missing a Javadoc comment. |
21
|
|
Parameter sql should be final. |
21
|
|
Parameter parameters should be final. |
21
|
|
Redundant throws: 'DatabaseException' is unchecked exception. |
21
|
|
Method 'executeQuery' is not designed for extension - needs to be abstract, final or empty. |
25
|
|
Missing a Javadoc comment. |
25
|
|
Parameter sqlQuery should be final. |
25
|
|
Parameter parameters should be final. |
25
|
|
Line is longer than 80 characters. |
26
|
|
Parameter resultSetHandler should be final. |
26
|
|
Redundant throws: 'DatabaseException' is unchecked exception. |
26
|
|
';' is preceded with whitespace. |
27
|
|
Method 'getConnection' is not designed for extension - needs to be abstract, final or empty. |
30
|
|
Missing a Javadoc comment. |
30
|
|
';' is preceded with whitespace. |
31
|
com/imcode/db/DatabaseException.java
Error |
Line |
|
Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
|
Missing a Javadoc comment. |
9
|
|
Missing a Javadoc comment. |
11
|
|
'(' is followed by whitespace. |
11
|
|
Parameter message should be final. |
11
|
|
Parameter ex should be final. |
11
|
|
')' is preceded with whitespace. |
11
|
|
'(' is followed by whitespace. |
12
|
|
')' is preceded with whitespace. |
12
|
|
';' is preceded with whitespace. |
12
|
|
Missing a Javadoc comment. |
15
|
|
'(' is followed by whitespace. |
15
|
|
Parameter cause should be final. |
15
|
|
')' is preceded with whitespace. |
15
|
|
';' is preceded with whitespace. |
16
|
|
Line is longer than 80 characters. |
19
|
|
Missing a Javadoc comment. |
19
|
|
'(' is followed by whitespace. |
19
|
|
Parameter message should be final. |
19
|
|
Parameter cause should be final. |
19
|
|
')' is preceded with whitespace. |
19
|
|
';' is preceded with whitespace. |
20
|
|
';' is preceded with whitespace. |
24
|
|
'(' is followed by whitespace. |
27
|
|
'(' is followed by whitespace. |
27
|
|
')' is preceded with whitespace. |
27
|
|
')' is preceded with whitespace. |
27
|
|
Line is longer than 80 characters. |
28
|
|
'(' is followed by whitespace. |
28
|
|
')' is preceded with whitespace. |
28
|
|
'(' is followed by whitespace. |
29
|
|
'(' is followed by whitespace. |
29
|
|
')' is preceded with whitespace. |
29
|
|
')' is preceded with whitespace. |
29
|
|
'(' is followed by whitespace. |
30
|
|
')' is preceded with whitespace. |
30
|
|
Line is longer than 80 characters. |
32
|
|
'(' is followed by whitespace. |
32
|
|
Avoid inline conditionals. |
32
|
|
')' is preceded with whitespace. |
32
|
|
'(' is followed by whitespace. |
33
|
|
')' is preceded with whitespace. |
33
|
|
';' is preceded with whitespace. |
33
|
|
';' is preceded with whitespace. |
35
|
com/imcode/db/DatasourceDatabase.java
Error |
Line |
|
Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
|
Missing a Javadoc comment. |
8
|
|
Parameter dataSource should be final. |
8
|
com/imcode/db/JdbcDatabaseConnection.java
Error |
Line |
|
Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
|
Missing a Javadoc comment. |
9
|
|
Missing a Javadoc comment. |
11
|
|
Missing a Javadoc comment. |
12
|
|
Missing a Javadoc comment. |
14
|
|
Parameter connection should be final. |
14
|
|
'connection' hides a field. |
14
|
|
Line is longer than 80 characters. |
18
|
|
Method 'executeUpdate' is not designed for extension - needs to be abstract, final or empty. |
18
|
|
Missing a Javadoc comment. |
18
|
|
Parameter sql should be final. |
18
|
|
Parameter parameters should be final. |
18
|
|
Redundant throws: 'DatabaseException' is unchecked exception. |
18
|
|
'(' is followed by whitespace. |
21
|
|
Line is longer than 80 characters. |
26
|
|
Method 'executeUpdateAndGetGeneratedKey' is not designed for extension - needs to be abstract, final or empty. |
26
|
|
Missing a Javadoc comment. |
26
|
|
Parameter sql should be final. |
26
|
|
Parameter parameters should be final. |
26
|
|
Redundant throws: 'DatabaseException' is unchecked exception. |
26
|
|
Line is longer than 80 characters. |
28
|
|
Method 'executeQuery' is not designed for extension - needs to be abstract, final or empty. |
34
|
|
Missing a Javadoc comment. |
34
|
|
Parameter sqlQuery should be final. |
34
|
|
Parameter parameters should be final. |
34
|
|
Line is longer than 80 characters. |
35
|
|
Parameter resultSetHandler should be final. |
35
|
|
Redundant throws: 'DatabaseException' is unchecked exception. |
35
|
|
Line is longer than 80 characters. |
37
|
|
Method 'getConnection' is not designed for extension - needs to be abstract, final or empty. |
43
|
|
Missing a Javadoc comment. |
43
|
com/imcode/db/JdbcUtils.java
Error |
Line |
|
Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
|
Class JdbcUtils should be declared as final. |
9
|
|
Missing a Javadoc comment. |
9
|
|
Missing a Javadoc comment. |
11
|
|
Line is longer than 80 characters. |
14
|
|
Missing a Javadoc comment. |
14
|
|
Parameter connection should be final. |
14
|
|
Parameter sql should be final. |
14
|
|
Parameter parameters should be final. |
14
|
|
Line is longer than 80 characters. |
17
|
|
Line is longer than 80 characters. |
20
|
|
Line is longer than 80 characters. |
37
|
|
Missing a Javadoc comment. |
37
|
|
Parameter preparedStatement should be final. |
37
|
|
Parameter parameters should be final. |
37
|
com/imcode/db/SingleConnectionDatabase.java
Error |
Line |
|
Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
|
Missing a Javadoc comment. |
3
|
|
Missing a Javadoc comment. |
5
|
|
Missing a Javadoc comment. |
7
|
|
Parameter connection should be final. |
7
|
|
'connection' hides a field. |
7
|
|
Line is longer than 80 characters. |
11
|
|
Method 'execute' is not designed for extension - needs to be abstract, final or empty. |
11
|
|
Missing a Javadoc comment. |
11
|
|
Parameter databaseCommand should be final. |
11
|
|
Redundant throws: 'DatabaseException' is unchecked exception. |
11
|
|
';' is preceded with whitespace. |
12
|
com/imcode/db/benchmark/Average.java
Error |
Line |
|
Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
|
Missing a Javadoc comment. |
3
|
|
Missing a Javadoc comment. |
4
|
|
';' is preceded with whitespace. |
4
|
|
Missing a Javadoc comment. |
5
|
|
';' is preceded with whitespace. |
5
|
|
Missing a Javadoc comment. |
6
|
|
';' is preceded with whitespace. |
6
|
|
Missing a Javadoc comment. |
8
|
|
Parameter unit should be final. |
8
|
|
'unit' hides a field. |
8
|
|
Method 'add' is not designed for extension - needs to be abstract, final or empty. |
12
|
|
Missing a Javadoc comment. |
12
|
|
Parameter time should be final. |
12
|
|
Parameter count should be final. |
12
|
|
'count' hides a field. |
12
|
|
'+=' is not preceded with whitespace. |
13
|
|
';' is preceded with whitespace. |
13
|
|
'+=' is not preceded with whitespace. |
14
|
|
Method 'getAverage' is not designed for extension - needs to be abstract, final or empty. |
17
|
|
Missing a Javadoc comment. |
17
|
|
';' is preceded with whitespace. |
19
|
|
'(' is followed by whitespace. |
21
|
|
')' is preceded with whitespace. |
21
|
|
';' is preceded with whitespace. |
21
|
|
Method 'getCount' is not designed for extension - needs to be abstract, final or empty. |
24
|
|
Missing a Javadoc comment. |
24
|
|
';' is preceded with whitespace. |
25
|
|
Method 'getTotal' is not designed for extension - needs to be abstract, final or empty. |
28
|
|
Missing a Javadoc comment. |
28
|
|
Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
32
|
|
Missing a Javadoc comment. |
32
|
|
'+' is not preceded with whitespace. |
33
|
|
'+' is not followed by whitespace. |
33
|
|
'+' is not preceded with whitespace. |
33
|
|
'+' is not followed by whitespace. |
33
|
|
'+' is not preceded with whitespace. |
33
|
|
'+' is not followed by whitespace. |
33
|
|
'+' is not preceded with whitespace. |
33
|
|
'+' is not followed by whitespace. |
33
|
|
'+' is not preceded with whitespace. |
33
|
|
'+' is not followed by whitespace. |
33
|
|
'+' is not preceded with whitespace. |
33
|
|
'+' is not followed by whitespace. |
33
|
|
'+' is not preceded with whitespace. |
33
|
|
'+' is not followed by whitespace. |
33
|
|
'+' is not preceded with whitespace. |
33
|
|
'+' is not followed by whitespace. |
33
|
|
';' is preceded with whitespace. |
33
|
com/imcode/db/benchmark/BenchmarkAverages.java
Error |
Line |
|
Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
|
Missing a Javadoc comment. |
3
|
|
Missing a Javadoc comment. |
4
|
|
Missing a Javadoc comment. |
5
|
|
Missing a Javadoc comment. |
6
|
|
Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
8
|
|
Missing a Javadoc comment. |
8
|
|
'(' is followed by whitespace. |
13
|
|
')' is preceded with whitespace. |
13
|
|
';' is preceded with whitespace. |
16
|
|
';' is preceded with whitespace. |
19
|
|
Method 'getRowAverage' is not designed for extension - needs to be abstract, final or empty. |
22
|
|
Missing a Javadoc comment. |
22
|
|
Method 'getQueryAverage' is not designed for extension - needs to be abstract, final or empty. |
26
|
|
Missing a Javadoc comment. |
26
|
|
Method 'getTotalAverage' is not designed for extension - needs to be abstract, final or empty. |
30
|
|
Missing a Javadoc comment. |
30
|
com/imcode/db/benchmark/BenchmarkConnection.java
Error |
Line |
|
Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
|
Missing a Javadoc comment. |
9
|
|
Missing a Javadoc comment. |
11
|
|
Line is longer than 80 characters. |
13
|
|
Missing a Javadoc comment. |
13
|
|
Parameter benchmarkDatabase should be final. |
13
|
|
'benchmarkDatabase' hides a field. |
13
|
|
Parameter connection should be final. |
13
|
|
Line is longer than 80 characters. |
18
|
|
Missing a Javadoc comment. |
18
|
|
Line is longer than 80 characters. |
19
|
com/imcode/db/benchmark/BenchmarkDatabase.java
Error |
Line |
|
Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
|
Missing a Javadoc comment. |
11
|
|
Missing a Javadoc comment. |
13
|
|
';' is preceded with whitespace. |
13
|
|
Missing a Javadoc comment. |
15
|
|
Missing a Javadoc comment. |
17
|
|
Parameter database should be final. |
17
|
|
'database' hides a field. |
17
|
|
Line is longer than 80 characters. |
21
|
|
Method 'execute' is not designed for extension - needs to be abstract, final or empty. |
21
|
|
Missing a Javadoc comment. |
21
|
|
Redundant throws: 'DatabaseException' is unchecked exception. |
21
|
|
Line is longer than 80 characters. |
22
|
|
';' is preceded with whitespace. |
22
|
|
Method 'getAverages' is not designed for extension - needs to be abstract, final or empty. |
25
|
|
Missing a Javadoc comment. |
25
|
|
Parameter sql should be final. |
25
|
|
')' is preceded with whitespace. |
27
|
|
';' is preceded with whitespace. |
29
|
|
Line is longer than 80 characters. |
34
|
|
Method 'executeCommand' is not designed for extension - needs to be abstract, final or empty. |
34
|
|
Missing a Javadoc comment. |
34
|
|
Parameter databaseCommand should be final. |
34
|
|
Redundant throws: 'DatabaseException' is unchecked exception. |
34
|
|
';' is preceded with whitespace. |
35
|
|
Method 'getBenchmarks' is not designed for extension - needs to be abstract, final or empty. |
38
|
|
Missing a Javadoc comment. |
38
|
com/imcode/db/benchmark/BenchmarkDatabaseCommand.java
Error |
Line |
|
Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
|
Missing a Javadoc comment. |
7
|
|
Missing a Javadoc comment. |
9
|
|
Missing a Javadoc comment. |
10
|
|
Line is longer than 80 characters. |
12
|
|
Missing a Javadoc comment. |
12
|
|
Parameter benchmarkDatabase should be final. |
12
|
|
'benchmarkDatabase' hides a field. |
12
|
|
Parameter databaseCommand should be final. |
12
|
|
'databaseCommand' hides a field. |
12
|
|
Line is longer than 80 characters. |
17
|
|
Missing a Javadoc comment. |
17
|
|
Redundant throws: 'DatabaseException' is unchecked exception. |
17
|
|
Line is longer than 80 characters. |
18
|
com/imcode/db/benchmark/BenchmarkDatabaseConnection.java
Error |
Line |
|
Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
|
Missing a Javadoc comment. |
12
|
|
Missing a Javadoc comment. |
14
|
|
Line is longer than 80 characters. |
16
|
|
Missing a Javadoc comment. |
16
|
|
'benchmarkDatabase' hides a field. |
16
|
|
Line is longer than 80 characters. |
19
|
|
';' is preceded with whitespace. |
22
|
|
Missing a Javadoc comment. |
25
|
|
Parameter sqlQuery should be final. |
25
|
|
Parameter parameters should be final. |
25
|
|
Line is longer than 80 characters. |
26
|
|
Parameter resultSetHandler should be final. |
26
|
|
Redundant throws: 'DatabaseException' is unchecked exception. |
26
|
|
Line is longer than 80 characters. |
30
|
|
',' is not followed by whitespace. |
33
|
|
';' is preceded with whitespace. |
34
|
com/imcode/db/benchmark/BenchmarkPreparedStatement.java
Error |
Line |
|
Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
|
Missing a Javadoc comment. |
11
|
|
Missing a Javadoc comment. |
13
|
|
Missing a Javadoc comment. |
14
|
|
Line is longer than 80 characters. |
16
|
|
Missing a Javadoc comment. |
16
|
|
Parameter benchmarkDatabase should be final. |
16
|
|
'benchmarkDatabase' hides a field. |
16
|
|
Parameter preparedStatement should be final. |
16
|
|
Parameter sql should be final. |
16
|
|
'sql' hides a field. |
16
|
|
Missing a Javadoc comment. |
22
|
com/imcode/db/benchmark/BenchmarkResultSet.java
Error |
Line |
|
Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
|
Missing a Javadoc comment. |
9
|
|
Missing a Javadoc comment. |
11
|
|
Missing a Javadoc comment. |
12
|
|
Missing a Javadoc comment. |
13
|
|
Line is longer than 80 characters. |
15
|
|
Missing a Javadoc comment. |
15
|
|
Parameter benchmarkDatabase should be final. |
15
|
|
'benchmarkDatabase' hides a field. |
15
|
|
Parameter sql should be final. |
15
|
|
'sql' hides a field. |
15
|
|
Parameter resultSet should be final. |
15
|
|
';' is preceded with whitespace. |
17
|
|
Method 'next' is not designed for extension - needs to be abstract, final or empty. |
21
|
|
Missing a Javadoc comment. |
21
|
|
'(' is followed by whitespace. |
22
|
|
')' is preceded with whitespace. |
22
|
|
';' is preceded with whitespace. |
23
|
|
'(' is followed by whitespace. |
26
|
|
')' is preceded with whitespace. |
26
|
|
Line is longer than 80 characters. |
29
|
|
';' is preceded with whitespace. |
29
|
com/imcode/db/benchmark/package.html
Error |
Line |
|
Missing package documentation file. |
0 |
com/imcode/db/commands/ColumnValuesDatabaseCommand.java
Error |
Line |
|
Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
|
Missing a Javadoc comment. |
5
|
|
Missing a Javadoc comment. |
6
|
|
Variable 'tableName' must be private and have accessor methods. |
6
|
|
Missing a Javadoc comment. |
7
|
|
Variable 'columnNames' must be private and have accessor methods. |
7
|
|
Missing a Javadoc comment. |
8
|
|
Variable 'columnValues' must be private and have accessor methods. |
8
|
|
Line is longer than 80 characters. |
10
|
|
Missing a Javadoc comment. |
10
|
|
Parameter tableName should be final. |
10
|
|
'tableName' hides a field. |
10
|
|
Parameter columnNamesAndValues should be final. |
10
|
|
';' is preceded with whitespace. |
12
|
|
';' is preceded with whitespace. |
13
|
|
'(' is followed by whitespace. |
14
|
|
')' is preceded with whitespace. |
14
|
|
';' is preceded with whitespace. |
15
|
|
';' is preceded with whitespace. |
16
|
com/imcode/db/commands/CompositeDatabaseCommand.java
Error |
Line |
|
Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
|
Using the '.*' form of import should be avoided - java.util.*. |
7
|
|
Missing a Javadoc comment. |
9
|
|
Missing a Javadoc comment. |
11
|
|
Missing a Javadoc comment. |
13
|
|
'{' is not followed by whitespace. |
13
|
|
'}' is not preceded with whitespace. |
13
|
|
Missing a Javadoc comment. |
15
|
|
'(' is followed by whitespace. |
15
|
|
Parameter databaseCommands should be final. |
15
|
|
'databaseCommands' hides a field. |
15
|
|
')' is preceded with whitespace. |
15
|
|
'(' is followed by whitespace. |
16
|
|
'(' is followed by whitespace. |
16
|
|
')' is preceded with whitespace. |
16
|
|
')' is preceded with whitespace. |
16
|
|
Missing a Javadoc comment. |
19
|
|
Parameter databaseCommand should be final. |
19
|
|
Method 'add' is not designed for extension - needs to be abstract, final or empty. |
23
|
|
Missing a Javadoc comment. |
23
|
|
Parameter databaseCommand should be final. |
23
|
|
Line is longer than 80 characters. |
27
|
|
Method 'executeInTransaction' is not designed for extension - needs to be abstract, final or empty. |
27
|
|
Missing a Javadoc comment. |
27
|
|
'(' is followed by whitespace. |
27
|
|
Parameter connection should be final. |
27
|
|
')' is preceded with whitespace. |
27
|
|
Redundant throws: 'DatabaseException' is unchecked exception. |
27
|
|
Line is longer than 80 characters. |
28
|
|
'(' is followed by whitespace. |
28
|
|
';' is followed by whitespace. |
28
|
|
'cast' is not followed by whitespace. |
29
|
|
'(' is followed by whitespace. |
30
|
|
')' is preceded with whitespace. |
30
|
com/imcode/db/commands/DeleteWhereColumnsEqualDatabaseCommand.java
Error |
Line |
|
Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
|
Line is longer than 80 characters. |
12
|
|
Missing a Javadoc comment. |
12
|
|
Line is longer than 80 characters. |
14
|
|
Missing a Javadoc comment. |
14
|
|
'(' is followed by whitespace. |
14
|
|
Parameter table should be final. |
14
|
|
Parameter column should be final. |
14
|
|
Parameter columnValue should be final. |
14
|
|
')' is preceded with whitespace. |
14
|
|
Line is longer than 80 characters. |
18
|
|
Missing a Javadoc comment. |
18
|
|
Parameter table should be final. |
18
|
|
Parameter columnNamesAndValues should be final. |
18
|
|
Line is longer than 80 characters. |
22
|
|
Method 'executeOn' is not designed for extension - needs to be abstract, final or empty. |
22
|
|
Missing a Javadoc comment. |
22
|
|
'(' is followed by whitespace. |
22
|
|
Parameter connection should be final. |
22
|
|
')' is preceded with whitespace. |
22
|
|
Redundant throws: 'DatabaseException' is unchecked exception. |
22
|
|
Line is longer than 80 characters. |
23
|
|
Line is longer than 80 characters. |
24
|
|
',' is not followed by whitespace. |
24
|
|
';' is preceded with whitespace. |
24
|
|
Line is longer than 80 characters. |
25
|
|
'+' is not preceded with whitespace. |
25
|
|
'+' is not followed by whitespace. |
25
|
|
'+' is not preceded with whitespace. |
25
|
|
'+' is not followed by whitespace. |
25
|
|
'+' is not preceded with whitespace. |
25
|
|
'+' is not followed by whitespace. |
25
|
|
';' is preceded with whitespace. |
25
|
|
Line is longer than 80 characters. |
28
|
|
Missing a Javadoc comment. |
28
|
|
Missing a Javadoc comment. |
29
|
|
Parameter object should be final. |
29
|
|
';' is preceded with whitespace. |
30
|
com/imcode/db/commands/InsertIntoTableDatabaseCommand.java
Error |
Line |
|
Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
|
Line is longer than 80 characters. |
7
|
|
Missing a Javadoc comment. |
7
|
|
Line is longer than 80 characters. |
9
|
|
Missing a Javadoc comment. |
9
|
|
Parameter tableName should be final. |
9
|
|
Parameter columnNamesAndValues should be final. |
9
|
|
Line is longer than 80 characters. |
13
|
|
Method 'executeOn' is not designed for extension - needs to be abstract, final or empty. |
13
|
|
Missing a Javadoc comment. |
13
|
|
Parameter connection should be final. |
13
|
|
Redundant throws: 'DatabaseException' is unchecked exception. |
13
|
|
Line is longer than 80 characters. |
14
|
|
Line is longer than 80 characters. |
15
|
|
'+' is not preceded with whitespace. |
15
|
|
'+' is not followed by whitespace. |
15
|
|
'+' is not preceded with whitespace. |
15
|
|
'+' is not followed by whitespace. |
15
|
|
'+' is not preceded with whitespace. |
15
|
|
'+' is not preceded with whitespace. |
15
|
|
'+' is not followed by whitespace. |
15
|
|
'+' is not preceded with whitespace. |
15
|
|
'+' is not followed by whitespace. |
15
|
|
'+' is not preceded with whitespace. |
15
|
|
'+' is not followed by whitespace. |
15
|
|
';' is preceded with whitespace. |
15
|
com/imcode/db/commands/SqlQueryCommand.java
Error |
Line |
|
Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
|
Missing a Javadoc comment. |
9
|
|
Missing a Javadoc comment. |
11
|
|
Missing a Javadoc comment. |
12
|
|
Missing a Javadoc comment. |
13
|
|
Line is longer than 80 characters. |
15
|
|
Missing a Javadoc comment. |
15
|
|
'(' is followed by whitespace. |
15
|
|
Parameter sql should be final. |
15
|
|
'sql' hides a field. |
15
|
|
Parameter parameters should be final. |
15
|
|
'parameters' hides a field. |
15
|
|
Parameter resultSetHandler should be final. |
15
|
|
'resultSetHandler' hides a field. |
15
|
|
')' is preceded with whitespace. |
15
|
|
Line is longer than 80 characters. |
21
|
|
Method 'executeOn' is not designed for extension - needs to be abstract, final or empty. |
21
|
|
Missing a Javadoc comment. |
21
|
|
'(' is followed by whitespace. |
21
|
|
Parameter connection should be final. |
21
|
|
')' is preceded with whitespace. |
21
|
|
Redundant throws: 'DatabaseException' is unchecked exception. |
21
|
|
'(' is followed by whitespace. |
22
|
|
')' is preceded with whitespace. |
22
|
|
Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
25
|
|
Missing a Javadoc comment. |
25
|
|
'+' is not preceded with whitespace. |
26
|
|
'+' is not followed by whitespace. |
26
|
|
'+' is not preceded with whitespace. |
26
|
|
'+' is not followed by whitespace. |
26
|
|
'+' is not preceded with whitespace. |
26
|
|
'(' is followed by whitespace. |
26
|
|
')' is preceded with whitespace. |
26
|
|
';' is preceded with whitespace. |
26
|
com/imcode/db/commands/SqlQueryDatabaseCommand.java
Error |
Line |
|
Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
|
Missing a Javadoc comment. |
5
|
|
Line is longer than 80 characters. |
7
|
|
Missing a Javadoc comment. |
7
|
|
Parameter sql should be final. |
7
|
|
Parameter parameters should be final. |
7
|
|
Parameter resultSetHandler should be final. |
7
|
com/imcode/db/commands/SqlUpdateCommand.java
Error |
Line |
|
Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
|
Missing a Javadoc comment. |
7
|
|
Missing a Javadoc comment. |
9
|
|
Missing a Javadoc comment. |
10
|
|
Missing a Javadoc comment. |
12
|
|
'(' is followed by whitespace. |
12
|
|
Parameter sql should be final. |
12
|
|
'sql' hides a field. |
12
|
|
Parameter parameters should be final. |
12
|
|
'parameters' hides a field. |
12
|
|
')' is preceded with whitespace. |
12
|
|
Line is longer than 80 characters. |
17
|
|
Method 'executeOn' is not designed for extension - needs to be abstract, final or empty. |
17
|
|
Missing a Javadoc comment. |
17
|
|
'(' is followed by whitespace. |
17
|
|
Parameter connection should be final. |
17
|
|
')' is preceded with whitespace. |
17
|
|
Redundant throws: 'DatabaseException' is unchecked exception. |
17
|
|
'(' is followed by whitespace. |
18
|
|
'(' is followed by whitespace. |
18
|
|
')' is preceded with whitespace. |
18
|
|
')' is preceded with whitespace. |
18
|
com/imcode/db/commands/SqlUpdateDatabaseCommand.java
Error |
Line |
|
Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
|
Unused import - com.imcode.db.DatabaseConnection. |
3
|
|
Unused import - com.imcode.db.DatabaseException. |
4
|
|
Unused import - com.imcode.db.DatabaseCommand. |
5
|
|
Missing a Javadoc comment. |
10
|
|
Parameter sql should be final. |
10
|
|
Parameter parameters should be final. |
10
|
com/imcode/db/commands/TransactionDatabaseCommand.java
Error |
Line |
|
Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
|
Line has trailing spaces. |
12
|
|
Line is longer than 80 characters. |
12
|
|
Method 'executeOn' is not designed for extension - needs to be abstract, final or empty. |
16
|
|
Missing a Javadoc comment. |
16
|
|
'(' is followed by whitespace. |
16
|
|
Parameter dc should be final. |
16
|
|
')' is preceded with whitespace. |
16
|
|
Redundant throws: 'DatabaseException' is unchecked exception. |
16
|
|
';' is preceded with whitespace. |
18
|
|
'(' is followed by whitespace. |
20
|
|
')' is preceded with whitespace. |
20
|
|
'(' is followed by whitespace. |
21
|
|
')' is preceded with whitespace. |
21
|
|
'(' is followed by whitespace. |
24
|
|
')' is preceded with whitespace. |
24
|
|
'cast' is not followed by whitespace. |
27
|
|
';' is preceded with whitespace. |
27
|
|
'(' is followed by whitespace. |
29
|
|
')' is preceded with whitespace. |
29
|
|
';' is preceded with whitespace. |
29
|
|
'(' is followed by whitespace. |
32
|
|
')' is preceded with whitespace. |
32
|
|
'(' is followed by whitespace. |
34
|
|
')' is preceded with whitespace. |
34
|
|
'(' is followed by whitespace. |
35
|
|
')' is preceded with whitespace. |
35
|
|
Line is longer than 80 characters. |
39
|
|
Missing a Javadoc comment. |
39
|
|
'(' is followed by whitespace. |
39
|
|
Parameter connection should be final. |
39
|
|
')' is preceded with whitespace. |
39
|
|
Redundant throws: 'DatabaseException' is unchecked exception. |
39
|
com/imcode/db/commands/UpdateTableWhereColumnEqualsDatabaseCommand.java
Error |
Line |
|
Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
|
Line is longer than 80 characters. |
7
|
|
Missing a Javadoc comment. |
7
|
|
Missing a Javadoc comment. |
9
|
|
Missing a Javadoc comment. |
10
|
|
Line is longer than 80 characters. |
12
|
|
Missing a Javadoc comment. |
12
|
|
Parameter tableName should be final. |
12
|
|
Parameter columnName should be final. |
12
|
|
'columnName' hides a field. |
12
|
|
Line is longer than 80 characters. |
13
|
|
Parameter columnValue should be final. |
13
|
|
'columnValue' hides a field. |
13
|
|
Parameter columnNamesAndValues should be final. |
13
|
|
Line is longer than 80 characters. |
19
|
|
Method 'executeOn' is not designed for extension - needs to be abstract, final or empty. |
19
|
|
Missing a Javadoc comment. |
19
|
|
Parameter connection should be final. |
19
|
|
Redundant throws: 'DatabaseException' is unchecked exception. |
19
|
|
'(' is followed by whitespace. |
21
|
|
')' is preceded with whitespace. |
21
|
|
'+' is not preceded with whitespace. |
22
|
|
'+' is not preceded with whitespace. |
24
|
|
'+' is not followed by whitespace. |
24
|
|
'-' is not preceded with whitespace. |
26
|
|
'-' is not followed by whitespace. |
26
|
|
';' is preceded with whitespace. |
26
|
|
Line is longer than 80 characters. |
27
|
|
'+' is not preceded with whitespace. |
27
|
|
'+' is not followed by whitespace. |
27
|
|
'+' is not preceded with whitespace. |
27
|
|
'+' is not followed by whitespace. |
27
|
|
'+' is not preceded with whitespace. |
27
|
|
'+' is not preceded with whitespace. |
27
|
|
'+' is not preceded with whitespace. |
27
|
|
'+' is not followed by whitespace. |
27
|
|
'+' is not followed by whitespace. |
27
|
|
';' is preceded with whitespace. |
27
|
com/imcode/db/commands/package.html
Error |
Line |
|
Missing package documentation file. |
0 |
com/imcode/db/exceptions/IntegrityConstraintViolationException.java
Error |
Line |
|
Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
|
Missing a Javadoc comment. |
7
|
|
Line is longer than 80 characters. |
9
|
|
Missing a Javadoc comment. |
9
|
|
'(' is followed by whitespace. |
9
|
|
Parameter message should be final. |
9
|
|
Parameter ex should be final. |
9
|
|
')' is preceded with whitespace. |
9
|
|
';' is preceded with whitespace. |
10
|
com/imcode/db/exceptions/StringTruncationException.java
Error |
Line |
|
Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
|
Missing a Javadoc comment. |
7
|
|
Missing a Javadoc comment. |
9
|
|
'(' is followed by whitespace. |
9
|
|
Parameter message should be final. |
9
|
|
Parameter ex should be final. |
9
|
|
')' is preceded with whitespace. |
9
|
|
'(' is followed by whitespace. |
10
|
com/imcode/db/exceptions/package.html
Error |
Line |
|
Missing package documentation file. |
0 |
com/imcode/db/handlers/CollectionHandler.java
Error |
Line |
|
Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
|
Missing a Javadoc comment. |
7
|
|
Missing a Javadoc comment. |
9
|
|
';' is preceded with whitespace. |
9
|
|
Line is longer than 80 characters. |
11
|
|
Missing a Javadoc comment. |
11
|
|
Parameter collection should be final. |
11
|
|
'collection' hides a field. |
11
|
|
Parameter objectFromRowFactory should be final. |
11
|
|
';' is preceded with whitespace. |
12
|
|
Method 'handle' is not designed for extension - needs to be abstract, final or empty. |
16
|
|
Missing a Javadoc comment. |
16
|
|
Parameter resultSet should be final. |
16
|
|
'(' is followed by whitespace. |
17
|
|
')' is preceded with whitespace. |
17
|
|
Line is longer than 80 characters. |
18
|
|
'(' is followed by whitespace. |
18
|
|
')' is preceded with whitespace. |
18
|
|
';' is preceded with whitespace. |
20
|
com/imcode/db/handlers/ObjectArrayHandler.java
Error |
Line |
|
Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
|
Missing a Javadoc comment. |
9
|
|
Missing a Javadoc comment. |
11
|
|
Parameter rowTransformer should be final. |
11
|
|
';' is preceded with whitespace. |
12
|
|
Method 'handle' is not designed for extension - needs to be abstract, final or empty. |
15
|
|
Missing a Javadoc comment. |
15
|
|
Parameter resultSet should be final. |
15
|
|
'(' is followed by whitespace. |
17
|
|
')' is preceded with whitespace. |
17
|
|
Line is longer than 80 characters. |
18
|
|
'(' is followed by whitespace. |
18
|
|
')' is preceded with whitespace. |
18
|
|
Line is longer than 80 characters. |
20
|
|
'(' is followed by whitespace. |
20
|
|
')' is preceded with whitespace. |
20
|
|
Line is longer than 80 characters. |
21
|
com/imcode/db/handlers/ObjectArrayResultSetHandler.java
Error |
Line |
|
Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
|
Missing a Javadoc comment. |
6
|
|
Parameter rowTransformer should be final. |
6
|
|
';' is preceded with whitespace. |
7
|
|
Missing a Javadoc comment. |
10
|
|
Parameter rowTransformer should be final. |
10
|
com/imcode/db/handlers/ObjectFromFirstRowResultSetHandler.java
Error |
Line |
|
Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
|
Missing a Javadoc comment. |
6
|
|
Parameter rowTransformer should be final. |
6
|
|
Line is longer than 80 characters. |
10
|
|
Missing a Javadoc comment. |
10
|
|
Parameter rowTransformer should be final. |
10
|
com/imcode/db/handlers/ObjectFromRowFactory.java
Error |
Line |
|
Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
|
Line has trailing spaces. |
7
|
com/imcode/db/handlers/RowTransformer.java
Error |
Line |
|
File does not end with a newline. |
0
|
com/imcode/db/handlers/RowTransformer.java
Error |
Line |
|
Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
|
Missing a Javadoc comment. |
6
|
|
Line is longer than 80 characters. |
8
|
|
Missing a Javadoc comment. |
8
|
|
Expected an @return tag. |
11
|
|
';' is preceded with whitespace. |
11
|
com/imcode/db/handlers/RowTransformingHandler.java
Error |
Line |
|
Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
|
Missing a Javadoc comment. |
5
|
|
Missing a Javadoc comment. |
7
|
|
Variable 'rowTransformer' must be private and have accessor methods. |
7
|
|
';' is preceded with whitespace. |
7
|
|
Missing a Javadoc comment. |
9
|
|
Parameter rowTransformer should be final. |
9
|
|
'rowTransformer' hides a field. |
9
|
com/imcode/db/handlers/SingleObjectHandler.java
Error |
Line |
|
Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
|
Missing a Javadoc comment. |
6
|
|
Missing a Javadoc comment. |
8
|
|
Parameter rowTransformer should be final. |
8
|
|
Method 'handle' is not designed for extension - needs to be abstract, final or empty. |
12
|
|
Missing a Javadoc comment. |
12
|
|
Parameter resultSet should be final. |
12
|
|
';' is preceded with whitespace. |
14
|
|
Line is longer than 80 characters. |
16
|
|
'(' is followed by whitespace. |
16
|
|
')' is preceded with whitespace. |
16
|
|
';' is preceded with whitespace. |
16
|
com/imcode/db/handlers/package.html
Error |
Line |
|
Missing package documentation file. |
0 |
com/imcode/db/jdbc/ConnectionWrapper.java
Error |
Line |
|
Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
|
Using the '.*' form of import should be avoided - java.sql.*. |
3
|
|
Missing a Javadoc comment. |
6
|
|
Missing a Javadoc comment. |
8
|
|
Parameter connection should be final. |
8
|
|
'connection' hides a field. |
8
|
|
Method 'clearWarnings' is not designed for extension - needs to be abstract, final or empty. |
12
|
|
Missing a Javadoc comment. |
12
|
|
Method 'close' is not designed for extension - needs to be abstract, final or empty. |
16
|
|
Missing a Javadoc comment. |
16
|
|
Method 'commit' is not designed for extension - needs to be abstract, final or empty. |
20
|
|
Missing a Javadoc comment. |
20
|
|
Method 'createStatement' is not designed for extension - needs to be abstract, final or empty. |
24
|
|
Missing a Javadoc comment. |
24
|
|
Line is longer than 80 characters. |
28
|
|
Method 'createStatement' is not designed for extension - needs to be abstract, final or empty. |
28
|
|
Missing a Javadoc comment. |
28
|
|
Parameter resultSetType should be final. |
28
|
|
Parameter resultSetConcurrency should be final. |
28
|
|
Line is longer than 80 characters. |
32
|
|
Method 'createStatement' is not designed for extension - needs to be abstract, final or empty. |
32
|
|
Missing a Javadoc comment. |
32
|
|
Parameter resultSetType should be final. |
32
|
|
Parameter resultSetConcurrency should be final. |
32
|
|
Parameter resultSetHoldability should be final. |
32
|
|
Line is longer than 80 characters. |
33
|
|
Method 'getAutoCommit' is not designed for extension - needs to be abstract, final or empty. |
36
|
|
Missing a Javadoc comment. |
36
|
|
Method 'getCatalog' is not designed for extension - needs to be abstract, final or empty. |
40
|
|
Missing a Javadoc comment. |
40
|
|
Method 'getHoldability' is not designed for extension - needs to be abstract, final or empty. |
44
|
|
Missing a Javadoc comment. |
44
|
|
Method 'getMetaData' is not designed for extension - needs to be abstract, final or empty. |
48
|
|
Missing a Javadoc comment. |
48
|
|
Method 'getTransactionIsolation' is not designed for extension - needs to be abstract, final or empty. |
52
|
|
Missing a Javadoc comment. |
52
|
|
Method 'getTypeMap' is not designed for extension - needs to be abstract, final or empty. |
56
|
|
Missing a Javadoc comment. |
56
|
|
Method 'getWarnings' is not designed for extension - needs to be abstract, final or empty. |
60
|
|
Missing a Javadoc comment. |
60
|
|
Method 'isClosed' is not designed for extension - needs to be abstract, final or empty. |
64
|
|
Missing a Javadoc comment. |
64
|
|
Method 'isReadOnly' is not designed for extension - needs to be abstract, final or empty. |
68
|
|
Missing a Javadoc comment. |
68
|
|
Method 'nativeSQL' is not designed for extension - needs to be abstract, final or empty. |
72
|
|
Missing a Javadoc comment. |
72
|
|
Parameter sql should be final. |
72
|
|
Method 'prepareCall' is not designed for extension - needs to be abstract, final or empty. |
76
|
|
Missing a Javadoc comment. |
76
|
|
Parameter sql should be final. |
76
|
|
Line is longer than 80 characters. |
80
|
|
Method 'prepareCall' is not designed for extension - needs to be abstract, final or empty. |
80
|
|
Missing a Javadoc comment. |
80
|
|
Parameter sql should be final. |
80
|
|
Parameter resultSetType should be final. |
80
|
|
Parameter resultSetConcurrency should be final. |
80
|
|
Line is longer than 80 characters. |
84
|
|
Method 'prepareCall' is not designed for extension - needs to be abstract, final or empty. |
84
|
|
Missing a Javadoc comment. |
84
|
|
Parameter sql should be final. |
84
|
|
Parameter resultSetType should be final. |
84
|
|
Parameter resultSetConcurrency should be final. |
84
|
|
Line is longer than 80 characters. |
85
|
|
Parameter resultSetHoldability should be final. |
85
|
|
Line is longer than 80 characters. |
86
|
|
Method 'prepareStatement' is not designed for extension - needs to be abstract, final or empty. |
89
|
|
Missing a Javadoc comment. |
89
|
|
Parameter sql should be final. |
89
|
|
Line is longer than 80 characters. |
93
|
|
Method 'prepareStatement' is not designed for extension - needs to be abstract, final or empty. |
93
|
|
Missing a Javadoc comment. |
93
|
|
Parameter sql should be final. |
93
|
|
Parameter autoGeneratedKeys should be final. |
93
|
|
Line is longer than 80 characters. |
97
|
|
Method 'prepareStatement' is not designed for extension - needs to be abstract, final or empty. |
97
|
|
Missing a Javadoc comment. |
97
|
|
Parameter sql should be final. |
97
|
|
Parameter columnIndexes should be final. |
97
|
|
Line is longer than 80 characters. |
101
|
|
Method 'prepareStatement' is not designed for extension - needs to be abstract, final or empty. |
101
|
|
Missing a Javadoc comment. |
101
|
|
Parameter sql should be final. |
101
|
|
Parameter columnNames should be final. |
101
|
|
Line is longer than 80 characters. |
105
|
|
Method 'prepareStatement' is not designed for extension - needs to be abstract, final or empty. |
105
|
|
Missing a Javadoc comment. |
105
|
|
Parameter sql should be final. |
105
|
|
Parameter resultSetType should be final. |
105
|
|
Parameter resultSetConcurrency should be final. |
105
|
|
Line is longer than 80 characters. |
106
|
|
Line is longer than 80 characters. |
109
|
|
Method 'prepareStatement' is not designed for extension - needs to be abstract, final or empty. |
109
|
|
Missing a Javadoc comment. |
109
|
|
Parameter sql should be final. |
109
|
|
Parameter resultSetType should be final. |
109
|
|
Parameter resultSetConcurrency should be final. |
109
|
|
Line is longer than 80 characters. |
110
|
|
Parameter resultSetHoldability should be final. |
110
|
|
Line is longer than 80 characters. |
111
|
|
Method 'releaseSavepoint' is not designed for extension - needs to be abstract, final or empty. |
114
|
|
Missing a Javadoc comment. |
114
|
|
Parameter savepoint should be final. |
114
|
|
Method 'rollback' is not designed for extension - needs to be abstract, final or empty. |
118
|
|
Missing a Javadoc comment. |
118
|
|
Method 'rollback' is not designed for extension - needs to be abstract, final or empty. |
122
|
|
Missing a Javadoc comment. |
122
|
|
Parameter savepoint should be final. |
122
|
|
Method 'setAutoCommit' is not designed for extension - needs to be abstract, final or empty. |
126
|
|
Missing a Javadoc comment. |
126
|
|
Parameter autoCommit should be final. |
126
|
|
Method 'setCatalog' is not designed for extension - needs to be abstract, final or empty. |
130
|
|
Missing a Javadoc comment. |
130
|
|
Parameter catalog should be final. |
130
|
|
Method 'setHoldability' is not designed for extension - needs to be abstract, final or empty. |
134
|
|
Missing a Javadoc comment. |
134
|
|
Parameter holdability should be final. |
134
|
|
Method 'setReadOnly' is not designed for extension - needs to be abstract, final or empty. |
138
|
|
Missing a Javadoc comment. |
138
|
|
Parameter readOnly should be final. |
138
|
|
Method 'setSavepoint' is not designed for extension - needs to be abstract, final or empty. |
142
|
|
Missing a Javadoc comment. |
142
|
|
Method 'setSavepoint' is not designed for extension - needs to be abstract, final or empty. |
146
|
|
Missing a Javadoc comment. |
146
|
|
Parameter name should be final. |
146
|
|
Method 'setTransactionIsolation' is not designed for extension - needs to be abstract, final or empty. |
150
|
|
Missing a Javadoc comment. |
150
|
|
Parameter level should be final. |
150
|
|
Method 'setTypeMap' is not designed for extension - needs to be abstract, final or empty. |
154
|
|
Missing a Javadoc comment. |
154
|
|
Parameter map should be final. |
154
|
|
Missing a Javadoc comment. |
158
|
|
Variable 'connection' must be private and have accessor methods. |
158
|
|
';' is preceded with whitespace. |
158
|
com/imcode/db/jdbc/CountingResultSet.java
Error |
Line |
|
Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
|
Redundant import from the same package - com.imcode.db.jdbc.ResultSetWrapper. |
3
|
|
Missing a Javadoc comment. |
8
|
|
Missing a Javadoc comment. |
10
|
|
Variable 'rowCount' must be private and have accessor methods. |
10
|
|
Missing a Javadoc comment. |
12
|
|
Parameter resultSet should be final. |
12
|
|
Method 'next' is not designed for extension - needs to be abstract, final or empty. |
16
|
|
Missing a Javadoc comment. |
16
|
|
';' is preceded with whitespace. |
19
|
|
Method 'getRowCount' is not designed for extension - needs to be abstract, final or empty. |
24
|
|
Missing a Javadoc comment. |
24
|
com/imcode/db/jdbc/PreparedStatementWrapper.java
Error |
Line |
|
Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
|
Using the '.*' form of import should be avoided - java.sql.*. |
3
|
|
Missing a Javadoc comment. |
10
|
|
Missing a Javadoc comment. |
12
|
|
Variable 'preparedStatement' must be private and have accessor methods. |
12
|
|
';' is preceded with whitespace. |
12
|
|
Missing a Javadoc comment. |
14
|
|
Parameter preparedStatement should be final. |
14
|
|
'preparedStatement' hides a field. |
14
|
|
Method 'addBatch' is not designed for extension - needs to be abstract, final or empty. |
18
|
|
Missing a Javadoc comment. |
18
|
|
Method 'clearParameters' is not designed for extension - needs to be abstract, final or empty. |
22
|
|
Missing a Javadoc comment. |
22
|
|
Method 'execute' is not designed for extension - needs to be abstract, final or empty. |
26
|
|
Missing a Javadoc comment. |
26
|
|
Method 'executeQuery' is not designed for extension - needs to be abstract, final or empty. |
30
|
|
Missing a Javadoc comment. |
30
|
|
Method 'executeUpdate' is not designed for extension - needs to be abstract, final or empty. |
34
|
|
Missing a Javadoc comment. |
34
|
|
Method 'getMetaData' is not designed for extension - needs to be abstract, final or empty. |
38
|
|
Missing a Javadoc comment. |
38
|
|
Method 'getParameterMetaData' is not designed for extension - needs to be abstract, final or empty. |
42
|
|
Missing a Javadoc comment. |
42
|
|
Method 'setArray' is not designed for extension - needs to be abstract, final or empty. |
46
|
|
Missing a Javadoc comment. |
46
|
|
Parameter i should be final. |
46
|
|
Parameter x should be final. |
46
|
|
Line is longer than 80 characters. |
50
|
|
Method 'setAsciiStream' is not designed for extension - needs to be abstract, final or empty. |
50
|
|
Missing a Javadoc comment. |
50
|
|
Parameter parameterIndex should be final. |
50
|
|
Parameter x should be final. |
50
|
|
Parameter length should be final. |
50
|
|
Line is longer than 80 characters. |
54
|
|
Method 'setBigDecimal' is not designed for extension - needs to be abstract, final or empty. |
54
|
|
Missing a Javadoc comment. |
54
|
|
Parameter parameterIndex should be final. |
54
|
|
Parameter x should be final. |
54
|
|
Line is longer than 80 characters. |
58
|
|
Method 'setBinaryStream' is not designed for extension - needs to be abstract, final or empty. |
58
|
|
Missing a Javadoc comment. |
58
|
|
Parameter parameterIndex should be final. |
58
|
|
Parameter x should be final. |
58
|
|
Parameter length should be final. |
58
|
|
Method 'setBlob' is not designed for extension - needs to be abstract, final or empty. |
62
|
|
Missing a Javadoc comment. |
62
|
|
Parameter i should be final. |
62
|
|
Parameter x should be final. |
62
|
|
Method 'setBoolean' is not designed for extension - needs to be abstract, final or empty. |
66
|
|
Missing a Javadoc comment. |
66
|
|
Parameter parameterIndex should be final. |
66
|
|
Parameter x should be final. |
66
|
|
Method 'setByte' is not designed for extension - needs to be abstract, final or empty. |
70
|
|
Missing a Javadoc comment. |
70
|
|
Parameter parameterIndex should be final. |
70
|
|
Parameter x should be final. |
70
|
|
Method 'setBytes' is not designed for extension - needs to be abstract, final or empty. |
74
|
|
Missing a Javadoc comment. |
74
|
|
Parameter parameterIndex should be final. |
74
|
|
Parameter x should be final. |
74
|
|
Line is longer than 80 characters. |
78
|
|
Method 'setCharacterStream' is not designed for extension - needs to be abstract, final or empty. |
78
|
|
Missing a Javadoc comment. |
78
|
|
Parameter parameterIndex should be final. |
78
|
|
Parameter reader should be final. |
78
|
|
Parameter length should be final. |
78
|
|
Method 'setClob' is not designed for extension - needs to be abstract, final or empty. |
82
|
|
Missing a Javadoc comment. |
82
|
|
Parameter i should be final. |
82
|
|
Parameter x should be final. |
82
|
|
Method 'setDate' is not designed for extension - needs to be abstract, final or empty. |
86
|
|
Missing a Javadoc comment. |
86
|
|
Parameter parameterIndex should be final. |
86
|
|
Parameter x should be final. |
86
|
|
Line is longer than 80 characters. |
90
|
|
Method 'setDate' is not designed for extension - needs to be abstract, final or empty. |
90
|
|
Missing a Javadoc comment. |
90
|
|
Parameter parameterIndex should be final. |
90
|
|
Parameter x should be final. |
90
|
|
Parameter cal should be final. |
90
|
|
Method 'setDouble' is not designed for extension - needs to be abstract, final or empty. |
94
|
|
Missing a Javadoc comment. |
94
|
|
Parameter parameterIndex should be final. |
94
|
|
Parameter x should be final. |
94
|
|
Method 'setFloat' is not designed for extension - needs to be abstract, final or empty. |
98
|
|
Missing a Javadoc comment. |
98
|
|
Parameter parameterIndex should be final. |
98
|
|
Parameter x should be final. |
98
|
|
Method 'setInt' is not designed for extension - needs to be abstract, final or empty. |
102
|
|
Missing a Javadoc comment. |
102
|
|
Parameter parameterIndex should be final. |
102
|
|
Parameter x should be final. |
102
|
|
Method 'setLong' is not designed for extension - needs to be abstract, final or empty. |
106
|
|
Missing a Javadoc comment. |
106
|
|
Parameter parameterIndex should be final. |
106
|
|
Parameter x should be final. |
106
|
|
Method 'setNull' is not designed for extension - needs to be abstract, final or empty. |
110
|
|
Missing a Javadoc comment. |
110
|
|
Parameter parameterIndex should be final. |
110
|
|
Parameter sqlType should be final. |
110
|
|
Line is longer than 80 characters. |
114
|
|
Method 'setNull' is not designed for extension - needs to be abstract, final or empty. |
114
|
|
Missing a Javadoc comment. |
114
|
|
Parameter paramIndex should be final. |
114
|
|
Parameter sqlType should be final. |
114
|
|
Parameter typeName should be final. |
114
|
|
Method 'setObject' is not designed for extension - needs to be abstract, final or empty. |
118
|
|
Missing a Javadoc comment. |
118
|
|
Parameter parameterIndex should be final. |
118
|
|
Parameter x should be final. |
118
|
|
Line is longer than 80 characters. |
122
|
|
Method 'setObject' is not designed for extension - needs to be abstract, final or empty. |
122
|
|
Missing a Javadoc comment. |
122
|
|
Parameter parameterIndex should be final. |
122
|
|
Parameter x should be final. |
122
|
|
Parameter targetSqlType should be final. |
122
|
|
Line is longer than 80 characters. |
126
|
|
Method 'setObject' is not designed for extension - needs to be abstract, final or empty. |
126
|
|
Missing a Javadoc comment. |
126
|
|
Parameter parameterIndex should be final. |
126
|
|
Parameter x should be final. |
126
|
|
Parameter targetSqlType should be final. |
126
|
|
Parameter scale should be final. |
126
|
|
Method 'setRef' is not designed for extension - needs to be abstract, final or empty. |
130
|
|
Missing a Javadoc comment. |
130
|
|
Parameter i should be final. |
130
|
|
Parameter x should be final. |
130
|
|
Method 'setShort' is not designed for extension - needs to be abstract, final or empty. |
134
|
|
Missing a Javadoc comment. |
134
|
|
Parameter parameterIndex should be final. |
134
|
|
Parameter x should be final. |
134
|
|
Method 'setString' is not designed for extension - needs to be abstract, final or empty. |
138
|
|
Missing a Javadoc comment. |
138
|
|
Parameter parameterIndex should be final. |
138
|
|
Parameter x should be final. |
138
|
|
Method 'setTime' is not designed for extension - needs to be abstract, final or empty. |
142
|
|
Missing a Javadoc comment. |
142
|
|
Parameter parameterIndex should be final. |
142
|
|
Parameter x should be final. |
142
|
|
Line is longer than 80 characters. |
146
|
|
Method 'setTime' is not designed for extension - needs to be abstract, final or empty. |
146
|
|
Missing a Javadoc comment. |
146
|
|
Parameter parameterIndex should be final. |
146
|
|
Parameter x should be final. |
146
|
|
Parameter cal should be final. |
146
|
|
Line is longer than 80 characters. |
150
|
|
Method 'setTimestamp' is not designed for extension - needs to be abstract, final or empty. |
150
|
|
Missing a Javadoc comment. |
150
|
|
Parameter parameterIndex should be final. |
150
|
|
Parameter x should be final. |
150
|
|
Line is longer than 80 characters. |
154
|
|
Method 'setTimestamp' is not designed for extension - needs to be abstract, final or empty. |
154
|
|
Missing a Javadoc comment. |
154
|
|
Parameter parameterIndex should be final. |
154
|
|
Parameter x should be final. |
154
|
|
Parameter cal should be final. |
154
|
|
Line is longer than 80 characters. |
158
|
|
Method 'setUnicodeStream' is not designed for extension - needs to be abstract, final or empty. |
158
|
|
Missing a Javadoc comment. |
158
|
|
Parameter parameterIndex should be final. |
158
|
|
Parameter x should be final. |
158
|
|
Parameter length should be final. |
158
|
|
Method 'setURL' is not designed for extension - needs to be abstract, final or empty. |
162
|
|
Missing a Javadoc comment. |
162
|
|
Parameter parameterIndex should be final. |
162
|
|
Parameter x should be final. |
162
|
|
Method 'addBatch' is not designed for extension - needs to be abstract, final or empty. |
166
|
|
Missing a Javadoc comment. |
166
|
|
Parameter sql should be final. |
166
|
|
Method 'cancel' is not designed for extension - needs to be abstract, final or empty. |
170
|
|
Missing a Javadoc comment. |
170
|
|
Method 'clearBatch' is not designed for extension - needs to be abstract, final or empty. |
174
|
|
Missing a Javadoc comment. |
174
|
|
Method 'clearWarnings' is not designed for extension - needs to be abstract, final or empty. |
178
|
|
Missing a Javadoc comment. |
178
|
|
Method 'close' is not designed for extension - needs to be abstract, final or empty. |
182
|
|
Missing a Javadoc comment. |
182
|
|
Method 'execute' is not designed for extension - needs to be abstract, final or empty. |
186
|
|
Missing a Javadoc comment. |
186
|
|
Parameter sql should be final. |
186
|
|
Line is longer than 80 characters. |
190
|
|
Method 'execute' is not designed for extension - needs to be abstract, final or empty. |
190
|
|
Missing a Javadoc comment. |
190
|
|
Parameter sql should be final. |
190
|
|
Parameter autoGeneratedKeys should be final. |
190
|
|
Line is longer than 80 characters. |
194
|
|
Method 'execute' is not designed for extension - needs to be abstract, final or empty. |
194
|
|
Missing a Javadoc comment. |
194
|
|
Parameter sql should be final. |
194
|
|
Parameter columnIndexes should be final. |
194
|
|
Line is longer than 80 characters. |
198
|
|
Method 'execute' is not designed for extension - needs to be abstract, final or empty. |
198
|
|
Missing a Javadoc comment. |
198
|
|
Parameter sql should be final. |
198
|
|
Parameter columnNames should be final. |
198
|
|
Method 'executeBatch' is not designed for extension - needs to be abstract, final or empty. |
202
|
|
Missing a Javadoc comment. |
202
|
|
Method 'executeQuery' is not designed for extension - needs to be abstract, final or empty. |
206
|
|
Missing a Javadoc comment. |
206
|
|
Parameter sql should be final. |
206
|
|
Method 'executeUpdate' is not designed for extension - needs to be abstract, final or empty. |
210
|
|
Missing a Javadoc comment. |
210
|
|
Parameter sql should be final. |
210
|
|
Line is longer than 80 characters. |
214
|
|
Method 'executeUpdate' is not designed for extension - needs to be abstract, final or empty. |
214
|
|
Missing a Javadoc comment. |
214
|
|
Parameter sql should be final. |
214
|
|
Parameter autoGeneratedKeys should be final. |
214
|
|
Line is longer than 80 characters. |
218
|
|
Method 'executeUpdate' is not designed for extension - needs to be abstract, final or empty. |
218
|
|
Missing a Javadoc comment. |
218
|
|
Parameter sql should be final. |
218
|
|
Parameter columnIndexes should be final. |
218
|
|
Line is longer than 80 characters. |
222
|
|
Method 'executeUpdate' is not designed for extension - needs to be abstract, final or empty. |
222
|
|
Missing a Javadoc comment. |
222
|
|
Parameter sql should be final. |
222
|
|
Parameter columnNames should be final. |
222
|
|
Method 'getConnection' is not designed for extension - needs to be abstract, final or empty. |
226
|
|
Missing a Javadoc comment. |
226
|
|
Method 'getFetchDirection' is not designed for extension - needs to be abstract, final or empty. |
230
|
|
Missing a Javadoc comment. |
230
|
|
Method 'getFetchSize' is not designed for extension - needs to be abstract, final or empty. |
234
|
|
Missing a Javadoc comment. |
234
|
|
Method 'getGeneratedKeys' is not designed for extension - needs to be abstract, final or empty. |
238
|
|
Missing a Javadoc comment. |
238
|
|
Method 'getMaxFieldSize' is not designed for extension - needs to be abstract, final or empty. |
242
|
|
Missing a Javadoc comment. |
242
|
|
Method 'getMaxRows' is not designed for extension - needs to be abstract, final or empty. |
246
|
|
Missing a Javadoc comment. |
246
|
|
Method 'getMoreResults' is not designed for extension - needs to be abstract, final or empty. |
250
|
|
Missing a Javadoc comment. |
250
|
|
Method 'getMoreResults' is not designed for extension - needs to be abstract, final or empty. |
254
|
|
Missing a Javadoc comment. |
254
|
|
Parameter current should be final. |
254
|
|
Method 'getQueryTimeout' is not designed for extension - needs to be abstract, final or empty. |
258
|
|
Missing a Javadoc comment. |
258
|
|
Method 'getResultSet' is not designed for extension - needs to be abstract, final or empty. |
262
|
|
Missing a Javadoc comment. |
262
|
|
Method 'getResultSetConcurrency' is not designed for extension - needs to be abstract, final or empty. |
266
|
|
Missing a Javadoc comment. |
266
|
|
Method 'getResultSetHoldability' is not designed for extension - needs to be abstract, final or empty. |
270
|
|
Missing a Javadoc comment. |
270
|
|
Method 'getResultSetType' is not designed for extension - needs to be abstract, final or empty. |
274
|
|
Missing a Javadoc comment. |
274
|
|
Method 'getUpdateCount' is not designed for extension - needs to be abstract, final or empty. |
278
|
|
Missing a Javadoc comment. |
278
|
|
Method 'getWarnings' is not designed for extension - needs to be abstract, final or empty. |
282
|
|
Missing a Javadoc comment. |
282
|
|
Method 'setCursorName' is not designed for extension - needs to be abstract, final or empty. |
286
|
|
Missing a Javadoc comment. |
286
|
|
Parameter name should be final. |
286
|
|
Method 'setEscapeProcessing' is not designed for extension - needs to be abstract, final or empty. |
290
|
|
Missing a Javadoc comment. |
290
|
|
Parameter enable should be final. |
290
|
|
Method 'setFetchDirection' is not designed for extension - needs to be abstract, final or empty. |
294
|
|
Missing a Javadoc comment. |
294
|
|
Parameter direction should be final. |
294
|
|
Method 'setFetchSize' is not designed for extension - needs to be abstract, final or empty. |
298
|
|
Missing a Javadoc comment. |
298
|
|
Parameter rows should be final. |
298
|
|
Method 'setMaxFieldSize' is not designed for extension - needs to be abstract, final or empty. |
302
|
|
Missing a Javadoc comment. |
302
|
|
Parameter max should be final. |
302
|
|
Method 'setMaxRows' is not designed for extension - needs to be abstract, final or empty. |
306
|
|
Missing a Javadoc comment. |
306
|
|
Parameter max should be final. |
306
|
|
Method 'setQueryTimeout' is not designed for extension - needs to be abstract, final or empty. |
310
|
|
Missing a Javadoc comment. |
310
|
|
Parameter seconds should be final. |
310
|
com/imcode/db/jdbc/ResultSetWrapper.java
Error |
Line |
|
Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
|
Using the '.*' form of import should be avoided - java.sql.*. |
3
|
|
Missing a Javadoc comment. |
11
|
|
Missing a Javadoc comment. |
12
|
|
';' is preceded with whitespace. |
12
|
|
Missing a Javadoc comment. |
14
|
|
Parameter resultSet should be final. |
14
|
|
'resultSet' hides a field. |
14
|
|
Method 'absolute' is not designed for extension - needs to be abstract, final or empty. |
18
|
|
Missing a Javadoc comment. |
18
|
|
Parameter row should be final. |
18
|
|
Method 'afterLast' is not designed for extension - needs to be abstract, final or empty. |
22
|
|
Missing a Javadoc comment. |
22
|
|
Method 'beforeFirst' is not designed for extension - needs to be abstract, final or empty. |
26
|
|
Missing a Javadoc comment. |
26
|
|
Method 'cancelRowUpdates' is not designed for extension - needs to be abstract, final or empty. |
30
|
|
Missing a Javadoc comment. |
30
|
|
Method 'clearWarnings' is not designed for extension - needs to be abstract, final or empty. |
34
|
|
Missing a Javadoc comment. |
34
|
|
Method 'close' is not designed for extension - needs to be abstract, final or empty. |
38
|
|
Missing a Javadoc comment. |
38
|
|
Method 'deleteRow' is not designed for extension - needs to be abstract, final or empty. |
42
|
|
Missing a Javadoc comment. |
42
|
|
Method 'findColumn' is not designed for extension - needs to be abstract, final or empty. |
46
|
|
Missing a Javadoc comment. |
46
|
|
Parameter columnName should be final. |
46
|
|
Method 'first' is not designed for extension - needs to be abstract, final or empty. |
50
|
|
Missing a Javadoc comment. |
50
|
|
Method 'getArray' is not designed for extension - needs to be abstract, final or empty. |
54
|
|
Missing a Javadoc comment. |
54
|
|
Parameter colName should be final. |
54
|
|
Method 'getArray' is not designed for extension - needs to be abstract, final or empty. |
58
|
|
Missing a Javadoc comment. |
58
|
|
Parameter i should be final. |
58
|
|
Method 'getAsciiStream' is not designed for extension - needs to be abstract, final or empty. |
62
|
|
Missing a Javadoc comment. |
62
|
|
Parameter columnIndex should be final. |
62
|
|
Method 'getAsciiStream' is not designed for extension - needs to be abstract, final or empty. |
66
|
|
Missing a Javadoc comment. |
66
|
|
Parameter columnName should be final. |
66
|
|
Method 'getBigDecimal' is not designed for extension - needs to be abstract, final or empty. |
70
|
|
Missing a Javadoc comment. |
70
|
|
Parameter columnIndex should be final. |
70
|
|
Line is longer than 80 characters. |
74
|
|
Method 'getBigDecimal' is not designed for extension - needs to be abstract, final or empty. |
74
|
|
Missing a Javadoc comment. |
74
|
|
Parameter columnIndex should be final. |
74
|
|
Parameter scale should be final. |
74
|
|
Method 'getBigDecimal' is not designed for extension - needs to be abstract, final or empty. |
78
|
|
Missing a Javadoc comment. |
78
|
|
Parameter columnName should be final. |
78
|
|
Line is longer than 80 characters. |
82
|
|
Method 'getBigDecimal' is not designed for extension - needs to be abstract, final or empty. |
82
|
|
Missing a Javadoc comment. |
82
|
|
Parameter columnName should be final. |
82
|
|
Parameter scale should be final. |
82
|
|
Method 'getBinaryStream' is not designed for extension - needs to be abstract, final or empty. |
86
|
|
Missing a Javadoc comment. |
86
|
|
Parameter columnIndex should be final. |
86
|
|
Method 'getBinaryStream' is not designed for extension - needs to be abstract, final or empty. |
90
|
|
Missing a Javadoc comment. |
90
|
|
Parameter columnName should be final. |
90
|
|
Method 'getBlob' is not designed for extension - needs to be abstract, final or empty. |
94
|
|
Missing a Javadoc comment. |
94
|
|
Parameter colName should be final. |
94
|
|
Method 'getBlob' is not designed for extension - needs to be abstract, final or empty. |
98
|
|
Missing a Javadoc comment. |
98
|
|
Parameter i should be final. |
98
|
|
Method 'getBoolean' is not designed for extension - needs to be abstract, final or empty. |
102
|
|
Missing a Javadoc comment. |
102
|
|
Parameter columnIndex should be final. |
102
|
|
Method 'getBoolean' is not designed for extension - needs to be abstract, final or empty. |
106
|
|
Missing a Javadoc comment. |
106
|
|
Parameter columnName should be final. |
106
|
|
Method 'getByte' is not designed for extension - needs to be abstract, final or empty. |
110
|
|
Missing a Javadoc comment. |
110
|
|
Parameter columnIndex should be final. |
110
|
|
Method 'getByte' is not designed for extension - needs to be abstract, final or empty. |
114
|
|
Missing a Javadoc comment. |
114
|
|
Parameter columnName should be final. |
114
|
|
Method 'getBytes' is not designed for extension - needs to be abstract, final or empty. |
118
|
|
Missing a Javadoc comment. |
118
|
|
Parameter columnIndex should be final. |
118
|
|
Method 'getBytes' is not designed for extension - needs to be abstract, final or empty. |
122
|
|
Missing a Javadoc comment. |
122
|
|
Parameter columnName should be final. |
122
|
|
Method 'getCharacterStream' is not designed for extension - needs to be abstract, final or empty. |
126
|
|
Missing a Javadoc comment. |
126
|
|
Parameter columnIndex should be final. |
126
|
|
Method 'getCharacterStream' is not designed for extension - needs to be abstract, final or empty. |
130
|
|
Missing a Javadoc comment. |
130
|
|
Parameter columnName should be final. |
130
|
|
Method 'getClob' is not designed for extension - needs to be abstract, final or empty. |
134
|
|
Missing a Javadoc comment. |
134
|
|
Parameter colName should be final. |
134
|
|
Method 'getClob' is not designed for extension - needs to be abstract, final or empty. |
138
|
|
Missing a Javadoc comment. |
138
|
|
Parameter i should be final. |
138
|
|
Method 'getConcurrency' is not designed for extension - needs to be abstract, final or empty. |
142
|
|
Missing a Javadoc comment. |
142
|
|
Method 'getCursorName' is not designed for extension - needs to be abstract, final or empty. |
146
|
|
Missing a Javadoc comment. |
146
|
|
Method 'getDate' is not designed for extension - needs to be abstract, final or empty. |
150
|
|
Missing a Javadoc comment. |
150
|
|
Parameter columnIndex should be final. |
150
|
|
Method 'getDate' is not designed for extension - needs to be abstract, final or empty. |
154
|
|
Missing a Javadoc comment. |
154
|
|
Parameter columnIndex should be final. |
154
|
|
Parameter cal should be final. |
154
|
|
Method 'getDate' is not designed for extension - needs to be abstract, final or empty. |
158
|
|
Missing a Javadoc comment. |
158
|
|
Parameter columnName should be final. |
158
|
|
Method 'getDate' is not designed for extension - needs to be abstract, final or empty. |
162
|
|
Missing a Javadoc comment. |
162
|
|
Parameter columnName should be final. |
162
|
|
Parameter cal should be final. |
162
|
|
Method 'getDouble' is not designed for extension - needs to be abstract, final or empty. |
166
|
|
Missing a Javadoc comment. |
166
|
|
Parameter columnIndex should be final. |
166
|
|
Method 'getDouble' is not designed for extension - needs to be abstract, final or empty. |
170
|
|
Missing a Javadoc comment. |
170
|
|
Parameter columnName should be final. |
170
|
|
Method 'getFetchDirection' is not designed for extension - needs to be abstract, final or empty. |
174
|
|
Missing a Javadoc comment. |
174
|
|
Method 'getFetchSize' is not designed for extension - needs to be abstract, final or empty. |
178
|
|
Missing a Javadoc comment. |
178
|
|
Method 'getFloat' is not designed for extension - needs to be abstract, final or empty. |
182
|
|
Missing a Javadoc comment. |
182
|
|
Parameter columnIndex should be final. |
182
|
|
Method 'getFloat' is not designed for extension - needs to be abstract, final or empty. |
186
|
|
Missing a Javadoc comment. |
186
|
|
Parameter columnName should be final. |
186
|
|
Method 'getInt' is not designed for extension - needs to be abstract, final or empty. |
190
|
|
Missing a Javadoc comment. |
190
|
|
Parameter columnIndex should be final. |
190
|
|
Method 'getInt' is not designed for extension - needs to be abstract, final or empty. |
194
|
|
Missing a Javadoc comment. |
194
|
|
Parameter columnName should be final. |
194
|
|
Method 'getLong' is not designed for extension - needs to be abstract, final or empty. |
198
|
|
Missing a Javadoc comment. |
198
|
|
Parameter columnIndex should be final. |
198
|
|
Method 'getLong' is not designed for extension - needs to be abstract, final or empty. |
202
|
|
Missing a Javadoc comment. |
202
|
|
Parameter columnName should be final. |
202
|
|
Method 'getMetaData' is not designed for extension - needs to be abstract, final or empty. |
206
|
|
Missing a Javadoc comment. |
206
|
|
Method 'getObject' is not designed for extension - needs to be abstract, final or empty. |
210
|
|
Missing a Javadoc comment. |
210
|
|
Parameter colName should be final. |
210
|
|
Parameter map should be final. |
210
|
|
Method 'getObject' is not designed for extension - needs to be abstract, final or empty. |
214
|
|
Missing a Javadoc comment. |
214
|
|
Parameter columnIndex should be final. |
214
|
|
Method 'getObject' is not designed for extension - needs to be abstract, final or empty. |
218
|
|
Missing a Javadoc comment. |
218
|
|
Parameter columnName should be final. |
218
|
|
Method 'getObject' is not designed for extension - needs to be abstract, final or empty. |
222
|
|
Missing a Javadoc comment. |
222
|
|
Parameter i should be final. |
222
|
|
Parameter map should be final. |
222
|
|
Method 'getRef' is not designed for extension - needs to be abstract, final or empty. |
226
|
|
Missing a Javadoc comment. |
226
|
|
Parameter colName should be final. |
226
|
|
Method 'getRef' is not designed for extension - needs to be abstract, final or empty. |
230
|
|
Missing a Javadoc comment. |
230
|
|
Parameter i should be final. |
230
|
|
Method 'getRow' is not designed for extension - needs to be abstract, final or empty. |
234
|
|
Missing a Javadoc comment. |
234
|
|
Method 'getShort' is not designed for extension - needs to be abstract, final or empty. |
238
|
|
Missing a Javadoc comment. |
238
|
|
Parameter columnIndex should be final. |
238
|
|
Method 'getShort' is not designed for extension - needs to be abstract, final or empty. |
242
|
|
Missing a Javadoc comment. |
242
|
|
Parameter columnName should be final. |
242
|
|
Method 'getStatement' is not designed for extension - needs to be abstract, final or empty. |
246
|
|
Missing a Javadoc comment. |
246
|
|
Method 'getString' is not designed for extension - needs to be abstract, final or empty. |
250
|
|
Missing a Javadoc comment. |
250
|
|
Parameter columnIndex should be final. |
250
|
|
Method 'getString' is not designed for extension - needs to be abstract, final or empty. |
254
|
|
Missing a Javadoc comment. |
254
|
|
Parameter columnName should be final. |
254
|
|
Method 'getTime' is not designed for extension - needs to be abstract, final or empty. |
258
|
|
Missing a Javadoc comment. |
258
|
|
Parameter columnIndex should be final. |
258
|
|
Method 'getTime' is not designed for extension - needs to be abstract, final or empty. |
262
|
|
Missing a Javadoc comment. |
262
|
|
Parameter columnIndex should be final. |
262
|
|
Parameter cal should be final. |
262
|
|
Method 'getTime' is not designed for extension - needs to be abstract, final or empty. |
266
|
|
Missing a Javadoc comment. |
266
|
|
Parameter columnName should be final. |
266
|
|
Method 'getTime' is not designed for extension - needs to be abstract, final or empty. |
270
|
|
Missing a Javadoc comment. |
270
|
|
Parameter columnName should be final. |
270
|
|
Parameter cal should be final. |
270
|
|
Method 'getTimestamp' is not designed for extension - needs to be abstract, final or empty. |
274
|
|
Missing a Javadoc comment. |
274
|
|
Parameter columnIndex should be final. |
274
|
|
Line is longer than 80 characters. |
278
|
|
Method 'getTimestamp' is not designed for extension - needs to be abstract, final or empty. |
278
|
|
Missing a Javadoc comment. |
278
|
|
Parameter columnIndex should be final. |
278
|
|
Parameter cal should be final. |
278
|
|
Method 'getTimestamp' is not designed for extension - needs to be abstract, final or empty. |
282
|
|
Missing a Javadoc comment. |
282
|
|
Parameter columnName should be final. |
282
|
|
Line is longer than 80 characters. |
286
|
|
Method 'getTimestamp' is not designed for extension - needs to be abstract, final or empty. |
286
|
|
Missing a Javadoc comment. |
286
|
|
Parameter columnName should be final. |
286
|
|
Parameter cal should be final. |
286
|
|
Method 'getType' is not designed for extension - needs to be abstract, final or empty. |
290
|
|
Missing a Javadoc comment. |
290
|
|
Method 'getUnicodeStream' is not designed for extension - needs to be abstract, final or empty. |
294
|
|
Missing a Javadoc comment. |
294
|
|
Parameter columnIndex should be final. |
294
|
|
Method 'getUnicodeStream' is not designed for extension - needs to be abstract, final or empty. |
298
|
|
Missing a Javadoc comment. |
298
|
|
Parameter columnName should be final. |
298
|
|
Method 'getURL' is not designed for extension - needs to be abstract, final or empty. |
302
|
|
Missing a Javadoc comment. |
302
|
|
Parameter columnIndex should be final. |
302
|
|
Method 'getURL' is not designed for extension - needs to be abstract, final or empty. |
306
|
|
Missing a Javadoc comment. |
306
|
|
Parameter columnName should be final. |
306
|
|
Method 'getWarnings' is not designed for extension - needs to be abstract, final or empty. |
310
|
|
Missing a Javadoc comment. |
310
|
|
Method 'insertRow' is not designed for extension - needs to be abstract, final or empty. |
314
|
|
Missing a Javadoc comment. |
314
|
|
Method 'isAfterLast' is not designed for extension - needs to be abstract, final or empty. |
318
|
|
Missing a Javadoc comment. |
318
|
|
Method 'isBeforeFirst' is not designed for extension - needs to be abstract, final or empty. |
322
|
|
Missing a Javadoc comment. |
322
|
|
Method 'isFirst' is not designed for extension - needs to be abstract, final or empty. |
326
|
|
Missing a Javadoc comment. |
326
|
|
Method 'isLast' is not designed for extension - needs to be abstract, final or empty. |
330
|
|
Missing a Javadoc comment. |
330
|
|
Method 'last' is not designed for extension - needs to be abstract, final or empty. |
334
|
|
Missing a Javadoc comment. |
334
|
|
Method 'moveToCurrentRow' is not designed for extension - needs to be abstract, final or empty. |
338
|
|
Missing a Javadoc comment. |
338
|
|
Method 'moveToInsertRow' is not designed for extension - needs to be abstract, final or empty. |
342
|
|
Missing a Javadoc comment. |
342
|
|
Method 'next' is not designed for extension - needs to be abstract, final or empty. |
346
|
|
Missing a Javadoc comment. |
346
|
|
Method 'previous' is not designed for extension - needs to be abstract, final or empty. |
350
|
|
Missing a Javadoc comment. |
350
|
|
Method 'refreshRow' is not designed for extension - needs to be abstract, final or empty. |
354
|
|
Missing a Javadoc comment. |
354
|
|
Method 'relative' is not designed for extension - needs to be abstract, final or empty. |
358
|
|
Missing a Javadoc comment. |
358
|
|
Parameter rows should be final. |
358
|
|
Method 'rowDeleted' is not designed for extension - needs to be abstract, final or empty. |
362
|
|
Missing a Javadoc comment. |
362
|
|
Method 'rowInserted' is not designed for extension - needs to be abstract, final or empty. |
366
|
|
Missing a Javadoc comment. |
366
|
|
Method 'rowUpdated' is not designed for extension - needs to be abstract, final or empty. |
370
|
|
Missing a Javadoc comment. |
370
|
|
Method 'setFetchDirection' is not designed for extension - needs to be abstract, final or empty. |
374
|
|
Missing a Javadoc comment. |
374
|
|
Parameter direction should be final. |
374
|
|
Method 'setFetchSize' is not designed for extension - needs to be abstract, final or empty. |
378
|
|
Missing a Javadoc comment. |
378
|
|
Parameter rows should be final. |
378
|
|
Method 'updateArray' is not designed for extension - needs to be abstract, final or empty. |
382
|
|
Missing a Javadoc comment. |
382
|
|
Parameter columnIndex should be final. |
382
|
|
Parameter x should be final. |
382
|
|
Method 'updateArray' is not designed for extension - needs to be abstract, final or empty. |
386
|
|
Missing a Javadoc comment. |
386
|
|
Parameter columnName should be final. |
386
|
|
Parameter x should be final. |
386
|
|
Line is longer than 80 characters. |
390
|
|
Method 'updateAsciiStream' is not designed for extension - needs to be abstract, final or empty. |
390
|
|
Missing a Javadoc comment. |
390
|
|
Parameter columnIndex should be final. |
390
|
|
Parameter x should be final. |
390
|
|
Parameter length should be final. |
390
|
|
Line is longer than 80 characters. |
394
|
|
Method 'updateAsciiStream' is not designed for extension - needs to be abstract, final or empty. |
394
|
|
Missing a Javadoc comment. |
394
|
|
Parameter columnName should be final. |
394
|
|
Parameter x should be final. |
394
|
|
Parameter length should be final. |
394
|
|
Line is longer than 80 characters. |
398
|
|
Method 'updateBigDecimal' is not designed for extension - needs to be abstract, final or empty. |
398
|
|
Missing a Javadoc comment. |
398
|
|
Parameter columnIndex should be final. |
398
|
|
Parameter x should be final. |
398
|
|
Line is longer than 80 characters. |
402
|
|
Method 'updateBigDecimal' is not designed for extension - needs to be abstract, final or empty. |
402
|
|
Missing a Javadoc comment. |
402
|
|
Parameter columnName should be final. |
402
|
|
Parameter x should be final. |
402
|
|
Line is longer than 80 characters. |
406
|
|
Method 'updateBinaryStream' is not designed for extension - needs to be abstract, final or empty. |
406
|
|
Missing a Javadoc comment. |
406
|
|
Parameter columnIndex should be final. |
406
|
|
Parameter x should be final. |
406
|
|
Parameter length should be final. |
406
|
|
Line is longer than 80 characters. |
410
|
|
Method 'updateBinaryStream' is not designed for extension - needs to be abstract, final or empty. |
410
|
|
Missing a Javadoc comment. |
410
|
|
Parameter columnName should be final. |
410
|
|
Parameter x should be final. |
410
|
|
Parameter length should be final. |
410
|
|
Method 'updateBlob' is not designed for extension - needs to be abstract, final or empty. |
414
|
|
Missing a Javadoc comment. |
414
|
|
Parameter columnIndex should be final. |
414
|
|
Parameter x should be final. |
414
|
|
Method 'updateBlob' is not designed for extension - needs to be abstract, final or empty. |
418
|
|
Missing a Javadoc comment. |
418
|
|
Parameter columnName should be final. |
418
|
|
Parameter x should be final. |
418
|
|
Method 'updateBoolean' is not designed for extension - needs to be abstract, final or empty. |
422
|
|
Missing a Javadoc comment. |
422
|
|
Parameter columnIndex should be final. |
422
|
|
Parameter x should be final. |
422
|
|
Line is longer than 80 characters. |
426
|
|
Method 'updateBoolean' is not designed for extension - needs to be abstract, final or empty. |
426
|
|
Missing a Javadoc comment. |
426
|
|
Parameter columnName should be final. |
426
|
|
Parameter x should be final. |
426
|
|
Method 'updateByte' is not designed for extension - needs to be abstract, final or empty. |
430
|
|
Missing a Javadoc comment. |
430
|
|
Parameter columnIndex should be final. |
430
|
|
Parameter x should be final. |
430
|
|
Method 'updateByte' is not designed for extension - needs to be abstract, final or empty. |
434
|
|
Missing a Javadoc comment. |
434
|
|
Parameter columnName should be final. |
434
|
|
Parameter x should be final. |
434
|
|
Method 'updateBytes' is not designed for extension - needs to be abstract, final or empty. |
438
|
|
Missing a Javadoc comment. |
438
|
|
Parameter columnIndex should be final. |
438
|
|
Parameter x should be final. |
438
|
|
Method 'updateBytes' is not designed for extension - needs to be abstract, final or empty. |
442
|
|
Missing a Javadoc comment. |
442
|
|
Parameter columnName should be final. |
442
|
|
Parameter x should be final. |
442
|
|
Line is longer than 80 characters. |
446
|
|
Method 'updateCharacterStream' is not designed for extension - needs to be abstract, final or empty. |
446
|
|
Missing a Javadoc comment. |
446
|
|
Parameter columnIndex should be final. |
446
|
|
Parameter x should be final. |
446
|
|
Parameter length should be final. |
446
|
|
Line is longer than 80 characters. |
450
|
|
Method 'updateCharacterStream' is not designed for extension - needs to be abstract, final or empty. |
450
|
|
Missing a Javadoc comment. |
450
|
|
Parameter columnName should be final. |
450
|
|
Parameter reader should be final. |
450
|
|
Parameter length should be final. |
450
|
|
Method 'updateClob' is not designed for extension - needs to be abstract, final or empty. |
454
|
|
Missing a Javadoc comment. |
454
|
|
Parameter columnIndex should be final. |
454
|
|
Parameter x should be final. |
454
|
|
Method 'updateClob' is not designed for extension - needs to be abstract, final or empty. |
458
|
|
Missing a Javadoc comment. |
458
|
|
Parameter columnName should be final. |
458
|
|
Parameter x should be final. |
458
|
|
Method 'updateDate' is not designed for extension - needs to be abstract, final or empty. |
462
|
|
Missing a Javadoc comment. |
462
|
|
Parameter columnIndex should be final. |
462
|
|
Parameter x should be final. |
462
|
|
Method 'updateDate' is not designed for extension - needs to be abstract, final or empty. |
466
|
|
Missing a Javadoc comment. |
466
|
|
Parameter columnName should be final. |
466
|
|
Parameter x should be final. |
466
|
|
Method 'updateDouble' is not designed for extension - needs to be abstract, final or empty. |
470
|
|
Missing a Javadoc comment. |
470
|
|
Parameter columnIndex should be final. |
470
|
|
Parameter x should be final. |
470
|
|
Method 'updateDouble' is not designed for extension - needs to be abstract, final or empty. |
474
|
|
Missing a Javadoc comment. |
474
|
|
Parameter columnName should be final. |
474
|
|
Parameter x should be final. |
474
|
|
Method 'updateFloat' is not designed for extension - needs to be abstract, final or empty. |
478
|
|
Missing a Javadoc comment. |
478
|
|
Parameter columnIndex should be final. |
478
|
|
Parameter x should be final. |
478
|
|
Method 'updateFloat' is not designed for extension - needs to be abstract, final or empty. |
482
|
|
Missing a Javadoc comment. |
482
|
|
Parameter columnName should be final. |
482
|
|
Parameter x should be final. |
482
|
|
Method 'updateInt' is not designed for extension - needs to be abstract, final or empty. |
486
|
|
Missing a Javadoc comment. |
486
|
|
Parameter columnIndex should be final. |
486
|
|
Parameter x should be final. |
486
|
|
Method 'updateInt' is not designed for extension - needs to be abstract, final or empty. |
490
|
|
Missing a Javadoc comment. |
490
|
|
Parameter columnName should be final. |
490
|
|
Parameter x should be final. |
490
|
|
Method 'updateLong' is not designed for extension - needs to be abstract, final or empty. |
494
|
|
Missing a Javadoc comment. |
494
|
|
Parameter columnIndex should be final. |
494
|
|
Parameter x should be final. |
494
|
|
Method 'updateLong' is not designed for extension - needs to be abstract, final or empty. |
498
|
|
Missing a Javadoc comment. |
498
|
|
Parameter columnName should be final. |
498
|
|
Parameter x should be final. |
498
|
|
Method 'updateNull' is not designed for extension - needs to be abstract, final or empty. |
502
|
|
Missing a Javadoc comment. |
502
|
|
Parameter columnIndex should be final. |
502
|
|
Method 'updateNull' is not designed for extension - needs to be abstract, final or empty. |
506
|
|
Missing a Javadoc comment. |
506
|
|
Parameter columnName should be final. |
506
|
|
Method 'updateObject' is not designed for extension - needs to be abstract, final or empty. |
510
|
|
Missing a Javadoc comment. |
510
|
|
Parameter columnIndex should be final. |
510
|
|
Parameter x should be final. |
510
|
|
Line is longer than 80 characters. |
514
|
|
Method 'updateObject' is not designed for extension - needs to be abstract, final or empty. |
514
|
|
Missing a Javadoc comment. |
514
|
|
Parameter columnIndex should be final. |
514
|
|
Parameter x should be final. |
514
|
|
Parameter scale should be final. |
514
|
|
Method 'updateObject' is not designed for extension - needs to be abstract, final or empty. |
518
|
|
Missing a Javadoc comment. |
518
|
|
Parameter columnName should be final. |
518
|
|
Parameter x should be final. |
518
|
|
Line is longer than 80 characters. |
522
|
|
Method 'updateObject' is not designed for extension - needs to be abstract, final or empty. |
522
|
|
Missing a Javadoc comment. |
522
|
|
Parameter columnName should be final. |
522
|
|
Parameter x should be final. |
522
|
|
Parameter scale should be final. |
522
|
|
Method 'updateRef' is not designed for extension - needs to be abstract, final or empty. |
526
|
|
Missing a Javadoc comment. |
526
|
|
Parameter columnIndex should be final. |
526
|
|
Parameter x should be final. |
526
|
|
Method 'updateRef' is not designed for extension - needs to be abstract, final or empty. |
530
|
|
Missing a Javadoc comment. |
530
|
|
Parameter columnName should be final. |
530
|
|
Parameter x should be final. |
530
|
|
Method 'updateRow' is not designed for extension - needs to be abstract, final or empty. |
534
|
|
Missing a Javadoc comment. |
534
|
|
Method 'updateShort' is not designed for extension - needs to be abstract, final or empty. |
538
|
|
Missing a Javadoc comment. |
538
|
|
Parameter columnIndex should be final. |
538
|
|
Parameter x should be final. |
538
|
|
Method 'updateShort' is not designed for extension - needs to be abstract, final or empty. |
542
|
|
Missing a Javadoc comment. |
542
|
|
Parameter columnName should be final. |
542
|
|
Parameter x should be final. |
542
|
|
Method 'updateString' is not designed for extension - needs to be abstract, final or empty. |
546
|
|
Missing a Javadoc comment. |
546
|
|
Parameter columnIndex should be final. |
546
|
|
Parameter x should be final. |
546
|
|
Method 'updateString' is not designed for extension - needs to be abstract, final or empty. |
550
|
|
Missing a Javadoc comment. |
550
|
|
Parameter columnName should be final. |
550
|
|
Parameter x should be final. |
550
|
|
Method 'updateTime' is not designed for extension - needs to be abstract, final or empty. |
554
|
|
Missing a Javadoc comment. |
554
|
|
Parameter columnIndex should be final. |
554
|
|
Parameter x should be final. |
554
|
|
Method 'updateTime' is not designed for extension - needs to be abstract, final or empty. |
558
|
|
Missing a Javadoc comment. |
558
|
|
Parameter columnName should be final. |
558
|
|
Parameter x should be final. |
558
|
|
Line is longer than 80 characters. |
562
|
|
Method 'updateTimestamp' is not designed for extension - needs to be abstract, final or empty. |
562
|
|
Missing a Javadoc comment. |
562
|
|
Parameter columnIndex should be final. |
562
|
|
Parameter x should be final. |
562
|
|
Line is longer than 80 characters. |
566
|
|
Method 'updateTimestamp' is not designed for extension - needs to be abstract, final or empty. |
566
|
|
Missing a Javadoc comment. |
566
|
|
Parameter columnName should be final. |
566
|
|
Parameter x should be final. |
566
|
|
Method 'wasNull' is not designed for extension - needs to be abstract, final or empty. |
570
|
|
Missing a Javadoc comment. |
570
|
com/imcode/db/jdbc/package.html
Error |
Line |
|
Missing package documentation file. |
0 |
com/imcode/db/mock/MockConnection.java
Error |
Line |
|
Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
|
Using the '.*' form of import should be avoided - java.sql.*. |
6
|
|
Missing a Javadoc comment. |
18
|
|
Missing a Javadoc comment. |
20
|
|
Missing a Javadoc comment. |
22
|
|
Parameter database should be final. |
22
|
|
'database' hides a field. |
22
|
|
Method 'getTransactionIsolation' is not designed for extension - needs to be abstract, final or empty. |
26
|
|
Missing a Javadoc comment. |
26
|
|
'(' is followed by whitespace. |
27
|
|
')' is preceded with whitespace. |
27
|
|
Method 'setTypeMap' is not designed for extension - needs to be abstract, final or empty. |
30
|
|
Missing a Javadoc comment. |
30
|
|
Parameter map should be final. |
30
|
|
'(' is followed by whitespace. |
31
|
|
')' is preceded with whitespace. |
31
|
|
Method 'getHoldability' is not designed for extension - needs to be abstract, final or empty. |
34
|
|
Missing a Javadoc comment. |
34
|
|
'(' is followed by whitespace. |
35
|
|
')' is preceded with whitespace. |
35
|
|
Method 'clearWarnings' is not designed for extension - needs to be abstract, final or empty. |
38
|
|
Missing a Javadoc comment. |
38
|
|
'(' is followed by whitespace. |
39
|
|
')' is preceded with whitespace. |
39
|
|
Missing a Javadoc comment. |
42
|
|
Missing a Javadoc comment. |
45
|
|
'{' is not followed by whitespace. |
45
|
|
'}' is not preceded with whitespace. |
45
|
|
Missing a Javadoc comment. |
47
|
|
'{' is not followed by whitespace. |
47
|
|
'}' is not preceded with whitespace. |
47
|
|
Method 'getAutoCommit' is not designed for extension - needs to be abstract, final or empty. |
49
|
|
Missing a Javadoc comment. |
49
|
|
'(' is followed by whitespace. |
50
|
|
')' is preceded with whitespace. |
50
|
|
Method 'isClosed' is not designed for extension - needs to be abstract, final or empty. |
53
|
|
Missing a Javadoc comment. |
53
|
|
'(' is followed by whitespace. |
54
|
|
')' is preceded with whitespace. |
54
|
|
Method 'isReadOnly' is not designed for extension - needs to be abstract, final or empty. |
57
|
|
Missing a Javadoc comment. |
57
|
|
'(' is followed by whitespace. |
58
|
|
')' is preceded with whitespace. |
58
|
|
Method 'setHoldability' is not designed for extension - needs to be abstract, final or empty. |
61
|
|
Missing a Javadoc comment. |
61
|
|
'(' is followed by whitespace. |
61
|
|
Parameter holdability should be final. |
61
|
|
')' is preceded with whitespace. |
61
|
|
'(' is followed by whitespace. |
62
|
|
')' is preceded with whitespace. |
62
|
|
Missing a Javadoc comment. |
65
|
|
'(' is followed by whitespace. |
65
|
|
Parameter level should be final. |
65
|
|
')' is preceded with whitespace. |
65
|
|
Missing a Javadoc comment. |
68
|
|
'(' is followed by whitespace. |
68
|
|
Parameter autoCommit should be final. |
68
|
|
')' is preceded with whitespace. |
68
|
|
Method 'setReadOnly' is not designed for extension - needs to be abstract, final or empty. |
71
|
|
Missing a Javadoc comment. |
71
|
|
'(' is followed by whitespace. |
71
|
|
Parameter readOnly should be final. |
71
|
|
')' is preceded with whitespace. |
71
|
|
'(' is followed by whitespace. |
72
|
|
')' is preceded with whitespace. |
72
|
|
Method 'getCatalog' is not designed for extension - needs to be abstract, final or empty. |
75
|
|
Missing a Javadoc comment. |
75
|
|
'(' is followed by whitespace. |
76
|
|
')' is preceded with whitespace. |
76
|
|
Method 'setCatalog' is not designed for extension - needs to be abstract, final or empty. |
79
|
|
Missing a Javadoc comment. |
79
|
|
'(' is followed by whitespace. |
79
|
|
Parameter catalog should be final. |
79
|
|
')' is preceded with whitespace. |
79
|
|
'(' is followed by whitespace. |
80
|
|
')' is preceded with whitespace. |
80
|
|
Method 'getMetaData' is not designed for extension - needs to be abstract, final or empty. |
83
|
|
Missing a Javadoc comment. |
83
|
|
'(' is followed by whitespace. |
84
|
|
')' is preceded with whitespace. |
84
|
|
Method 'getWarnings' is not designed for extension - needs to be abstract, final or empty. |
87
|
|
Missing a Javadoc comment. |
87
|
|
'(' is followed by whitespace. |
88
|
|
')' is preceded with whitespace. |
88
|
|
Method 'setSavepoint' is not designed for extension - needs to be abstract, final or empty. |
91
|
|
Missing a Javadoc comment. |
91
|
|
'(' is followed by whitespace. |
92
|
|
')' is preceded with whitespace. |
92
|
|
Method 'releaseSavepoint' is not designed for extension - needs to be abstract, final or empty. |
95
|
|
Missing a Javadoc comment. |
95
|
|
'(' is followed by whitespace. |
95
|
|
Parameter savepoint should be final. |
95
|
|
')' is preceded with whitespace. |
95
|
|
'(' is followed by whitespace. |
96
|
|
')' is preceded with whitespace. |
96
|
|
Method 'rollback' is not designed for extension - needs to be abstract, final or empty. |
99
|
|
Missing a Javadoc comment. |
99
|
|
'(' is followed by whitespace. |
99
|
|
Parameter savepoint should be final. |
99
|
|
')' is preceded with whitespace. |
99
|
|
'(' is followed by whitespace. |
100
|
|
')' is preceded with whitespace. |
100
|
|
Method 'createStatement' is not designed for extension - needs to be abstract, final or empty. |
103
|
|
Missing a Javadoc comment. |
103
|
|
'(' is followed by whitespace. |
104
|
|
')' is preceded with whitespace. |
104
|
|
Line is longer than 80 characters. |
107
|
|
Method 'createStatement' is not designed for extension - needs to be abstract, final or empty. |
107
|
|
Missing a Javadoc comment. |
107
|
|
'(' is followed by whitespace. |
107
|
|
Parameter resultSetType should be final. |
107
|
|
Parameter resultSetConcurrency should be final. |
107
|
|
')' is preceded with whitespace. |
107
|
|
'(' is followed by whitespace. |
109
|
|
')' is preceded with whitespace. |
109
|
|
Line is longer than 80 characters. |
112
|
|
Method 'createStatement' is not designed for extension - needs to be abstract, final or empty. |
112
|
|
Missing a Javadoc comment. |
112
|
|
'(' is followed by whitespace. |
112
|
|
Parameter resultSetType should be final. |
112
|
|
Parameter resultSetConcurrency should be final. |
112
|
|
Line is longer than 80 characters. |
113
|
|
Parameter resultSetHoldability should be final. |
113
|
|
')' is preceded with whitespace. |
113
|
|
'(' is followed by whitespace. |
114
|
|
')' is preceded with whitespace. |
114
|
|
Method 'getTypeMap' is not designed for extension - needs to be abstract, final or empty. |
117
|
|
Missing a Javadoc comment. |
117
|
|
'(' is followed by whitespace. |
118
|
|
')' is preceded with whitespace. |
118
|
|
Method 'nativeSQL' is not designed for extension - needs to be abstract, final or empty. |
121
|
|
Missing a Javadoc comment. |
121
|
|
'(' is followed by whitespace. |
121
|
|
Parameter sql should be final. |
121
|
|
')' is preceded with whitespace. |
121
|
|
'(' is followed by whitespace. |
122
|
|
')' is preceded with whitespace. |
122
|
|
Method 'prepareCall' is not designed for extension - needs to be abstract, final or empty. |
125
|
|
Missing a Javadoc comment. |
125
|
|
'(' is followed by whitespace. |
125
|
|
Parameter sql should be final. |
125
|
|
')' is preceded with whitespace. |
125
|
|
'(' is followed by whitespace. |
126
|
|
')' is preceded with whitespace. |
126
|
|
Method 'prepareCall' is not designed for extension - needs to be abstract, final or empty. |
129
|
|
Missing a Javadoc comment. |
129
|
|
'(' is followed by whitespace. |
129
|
|
Parameter sql should be final. |
129
|
|
Parameter resultSetType should be final. |
129
|
|
Line is longer than 80 characters. |
130
|
|
Parameter resultSetConcurrency should be final. |
130
|
|
')' is preceded with whitespace. |
130
|
|
'(' is followed by whitespace. |
131
|
|
')' is preceded with whitespace. |
131
|
|
Method 'prepareCall' is not designed for extension - needs to be abstract, final or empty. |
134
|
|
Missing a Javadoc comment. |
134
|
|
'(' is followed by whitespace. |
134
|
|
Parameter sql should be final. |
134
|
|
Parameter resultSetType should be final. |
134
|
|
Parameter resultSetConcurrency should be final. |
135
|
|
Line is longer than 80 characters. |
136
|
|
Parameter resultSetHoldability should be final. |
136
|
|
')' is preceded with whitespace. |
136
|
|
'(' is followed by whitespace. |
137
|
|
')' is preceded with whitespace. |
137
|
|
Method 'prepareStatement' is not designed for extension - needs to be abstract, final or empty. |
140
|
|
Missing a Javadoc comment. |
140
|
|
'(' is followed by whitespace. |
140
|
|
Parameter sql should be final. |
140
|
|
')' is preceded with whitespace. |
140
|
|
Line is longer than 80 characters. |
145
|
|
Method 'prepareStatement' is not designed for extension - needs to be abstract, final or empty. |
145
|
|
Missing a Javadoc comment. |
145
|
|
'(' is followed by whitespace. |
145
|
|
Parameter sql should be final. |
145
|
|
Parameter autoGeneratedKeys should be final. |
145
|
|
')' is preceded with whitespace. |
145
|
|
'(' is followed by whitespace. |
147
|
|
')' is preceded with whitespace. |
147
|
|
Method 'prepareStatement' is not designed for extension - needs to be abstract, final or empty. |
150
|
|
Missing a Javadoc comment. |
150
|
|
'(' is followed by whitespace. |
150
|
|
Parameter sql should be final. |
150
|
|
Parameter resultSetType should be final. |
150
|
|
Parameter resultSetConcurrency should be final. |
151
|
|
')' is preceded with whitespace. |
151
|
|
'(' is followed by whitespace. |
153
|
|
')' is preceded with whitespace. |
153
|
|
Method 'prepareStatement' is not designed for extension - needs to be abstract, final or empty. |
156
|
|
Missing a Javadoc comment. |
156
|
|
'(' is followed by whitespace. |
156
|
|
Parameter sql should be final. |
156
|
|
Parameter resultSetType should be final. |
156
|
|
Line is longer than 80 characters. |
157
|
|
Parameter resultSetConcurrency should be final. |
157
|
|
Parameter resultSetHoldability should be final. |
157
|
|
')' is preceded with whitespace. |
157
|
|
'(' is followed by whitespace. |
159
|
|
')' is preceded with whitespace. |
159
|
|
Method 'prepareStatement' is not designed for extension - needs to be abstract, final or empty. |
162
|
|
Missing a Javadoc comment. |
162
|
|
'(' is followed by whitespace. |
162
|
|
Parameter sql should be final. |
162
|
|
Parameter columnIndexes should be final. |
162
|
|
Array brackets at illegal position. |
162
|
|
')' is preceded with whitespace. |
162
|
|
'(' is followed by whitespace. |
164
|
|
')' is preceded with whitespace. |
164
|
|
Method 'setSavepoint' is not designed for extension - needs to be abstract, final or empty. |
167
|
|
Missing a Javadoc comment. |
167
|
|
'(' is followed by whitespace. |
167
|
|
Parameter name should be final. |
167
|
|
')' is preceded with whitespace. |
167
|
|
'(' is followed by whitespace. |
168
|
|
')' is preceded with whitespace. |
168
|
|
Line is longer than 80 characters. |
171
|
|
Method 'prepareStatement' is not designed for extension - needs to be abstract, final or empty. |
171
|
|
Missing a Javadoc comment. |
171
|
|
'(' is followed by whitespace. |
171
|
|
Parameter sql should be final. |
171
|
|
Parameter columnNames should be final. |
171
|
|
Array brackets at illegal position. |
171
|
|
')' is preceded with whitespace. |
171
|
|
'(' is followed by whitespace. |
173
|
|
')' is preceded with whitespace. |
173
|
|
Missing a Javadoc comment. |
176
|
|
Missing a Javadoc comment. |
178
|
|
Missing a Javadoc comment. |
179
|
|
Missing a Javadoc comment. |
180
|
|
Missing a Javadoc comment. |
182
|
|
Parameter database should be final. |
182
|
|
'database' hides a field. |
182
|
|
Parameter sql should be final. |
182
|
|
'sql' hides a field. |
182
|
|
Missing a Javadoc comment. |
187
|
|
Missing a Javadoc comment. |
191
|
|
Missing a Javadoc comment. |
195
|
|
Missing a Javadoc comment. |
199
|
|
Missing a Javadoc comment. |
203
|
|
Parameter parameterIndex should be final. |
203
|
|
Parameter x should be final. |
203
|
|
Line is longer than 80 characters. |
207
|
|
Missing a Javadoc comment. |
207
|
|
Parameter parameterIndex should be final. |
207
|
|
Parameter x should be final. |
207
|
|
Missing a Javadoc comment. |
211
|
|
Parameter parameterIndex should be final. |
211
|
|
Parameter x should be final. |
211
|
|
Missing a Javadoc comment. |
215
|
|
Parameter parameterIndex should be final. |
215
|
|
Parameter x should be final. |
215
|
|
';' is preceded with whitespace. |
216
|
|
Line is longer than 80 characters. |
219
|
|
Missing a Javadoc comment. |
219
|
|
Parameter parameterIndex should be final. |
219
|
|
Parameter sqlType should be final. |
219
|
|
Missing a Javadoc comment. |
223
|
|
Parameter parameterIndex should be final. |
223
|
|
Parameter x should be final. |
223
|
|
Missing a Javadoc comment. |
227
|
|
Parameter parameterIndex should be final. |
227
|
|
Parameter x should be final. |
227
|
|
Line is longer than 80 characters. |
231
|
|
Missing a Javadoc comment. |
231
|
|
Parameter parameterIndex should be final. |
231
|
|
Parameter x should be final. |
231
|
|
Missing a Javadoc comment. |
235
|
|
Parameter parameterIndex should be final. |
235
|
|
Parameter x should be final. |
235
|
|
Array brackets at illegal position. |
235
|
|
Line is longer than 80 characters. |
239
|
|
Missing a Javadoc comment. |
239
|
|
Parameter parameterIndex should be final. |
239
|
|
Parameter x should be final. |
239
|
|
Parameter length should be final. |
239
|
|
Line is longer than 80 characters. |
243
|
|
Missing a Javadoc comment. |
243
|
|
Parameter parameterIndex should be final. |
243
|
|
Parameter x should be final. |
243
|
|
Parameter length should be final. |
243
|
|
Line is longer than 80 characters. |
247
|
|
Missing a Javadoc comment. |
247
|
|
Parameter parameterIndex should be final. |
247
|
|
Parameter x should be final. |
247
|
|
Parameter length should be final. |
247
|
|
Line is longer than 80 characters. |
251
|
|
Missing a Javadoc comment. |
251
|
|
Parameter parameterIndex should be final. |
251
|
|
Parameter reader should be final. |
251
|
|
Parameter length should be final. |
251
|
|
Line is longer than 80 characters. |
255
|
|
Missing a Javadoc comment. |
255
|
|
Parameter parameterIndex should be final. |
255
|
|
Parameter x should be final. |
255
|
|
';' is preceded with whitespace. |
256
|
|
Line is longer than 80 characters. |
259
|
|
Missing a Javadoc comment. |
259
|
|
Parameter parameterIndex should be final. |
259
|
|
Parameter x should be final. |
259
|
|
Parameter targetSqlType should be final. |
259
|
|
Line is longer than 80 characters. |
263
|
|
Missing a Javadoc comment. |
263
|
|
Parameter parameterIndex should be final. |
263
|
|
Parameter x should be final. |
263
|
|
Parameter targetSqlType should be final. |
263
|
|
Parameter scale should be final. |
263
|
|
Line is longer than 80 characters. |
267
|
|
Missing a Javadoc comment. |
267
|
|
Parameter paramIndex should be final. |
267
|
|
Parameter sqlType should be final. |
267
|
|
Parameter typeName should be final. |
267
|
|
Line is longer than 80 characters. |
271
|
|
Missing a Javadoc comment. |
271
|
|
Parameter parameterIndex should be final. |
271
|
|
Parameter x should be final. |
271
|
|
Line is longer than 80 characters. |
275
|
|
Missing a Javadoc comment. |
275
|
|
Parameter parameterIndex should be final. |
275
|
|
Parameter x should be final. |
275
|
|
Missing a Javadoc comment. |
279
|
|
Parameter parameterIndex should be final. |
279
|
|
Parameter x should be final. |
279
|
|
Missing a Javadoc comment. |
283
|
|
Parameter i should be final. |
283
|
|
Parameter x should be final. |
283
|
|
Missing a Javadoc comment. |
287
|
|
Parameter i should be final. |
287
|
|
Parameter x should be final. |
287
|
|
Missing a Javadoc comment. |
291
|
|
Parameter i should be final. |
291
|
|
Parameter x should be final. |
291
|
|
Missing a Javadoc comment. |
295
|
|
Parameter parameterIndex should be final. |
295
|
|
Parameter x should be final. |
295
|
|
Missing a Javadoc comment. |
299
|
|
Missing a Javadoc comment. |
303
|
|
Parameter i should be final. |
303
|
|
Parameter x should be final. |
303
|
|
Missing a Javadoc comment. |
307
|
|
Line is longer than 80 characters. |
309
|
|
Parameter resultSet should be final. |
310
|
|
';' is preceded with whitespace. |
313
|
|
Missing a Javadoc comment. |
316
|
|
Missing a Javadoc comment. |
320
|
|
Parameter parameterIndex should be final. |
320
|
|
Parameter x should be final. |
320
|
|
Line is longer than 80 characters. |
324
|
|
Missing a Javadoc comment. |
324
|
|
Parameter parameterIndex should be final. |
324
|
|
Parameter x should be final. |
324
|
|
Line is longer than 80 characters. |
328
|
|
Missing a Javadoc comment. |
328
|
|
Parameter parameterIndex should be final. |
328
|
|
Parameter x should be final. |
328
|
|
Parameter cal should be final. |
328
|
|
Line is longer than 80 characters. |
332
|
|
Missing a Javadoc comment. |
332
|
|
Parameter parameterIndex should be final. |
332
|
|
Parameter x should be final. |
332
|
|
Parameter cal should be final. |
332
|
|
Line is longer than 80 characters. |
336
|
|
Missing a Javadoc comment. |
336
|
|
Parameter parameterIndex should be final. |
336
|
|
Parameter x should be final. |
336
|
|
Parameter cal should be final. |
336
|
|
Missing a Javadoc comment. |
340
|
|
Missing a Javadoc comment. |
344
|
|
Missing a Javadoc comment. |
348
|
|
Missing a Javadoc comment. |
352
|
|
Missing a Javadoc comment. |
356
|
|
Missing a Javadoc comment. |
360
|
|
Missing a Javadoc comment. |
364
|
|
Missing a Javadoc comment. |
368
|
|
Missing a Javadoc comment. |
372
|
|
Missing a Javadoc comment. |
376
|
|
Missing a Javadoc comment. |
380
|
|
Missing a Javadoc comment. |
384
|
|
Missing a Javadoc comment. |
388
|
|
Missing a Javadoc comment. |
391
|
|
Missing a Javadoc comment. |
395
|
|
Missing a Javadoc comment. |
399
|
|
Parameter direction should be final. |
399
|
|
Missing a Javadoc comment. |
403
|
|
Parameter rows should be final. |
403
|
|
Missing a Javadoc comment. |
407
|
|
Parameter max should be final. |
407
|
|
Missing a Javadoc comment. |
411
|
|
Parameter max should be final. |
411
|
|
Missing a Javadoc comment. |
415
|
|
Parameter seconds should be final. |
415
|
|
Missing a Javadoc comment. |
419
|
|
Parameter current should be final. |
419
|
|
Missing a Javadoc comment. |
423
|
|
Parameter enable should be final. |
423
|
|
Missing a Javadoc comment. |
427
|
|
Parameter sql should be final. |
427
|
|
'sql' hides a field. |
427
|
|
Missing a Javadoc comment. |
431
|
|
Parameter sql should be final. |
431
|
|
'sql' hides a field. |
431
|
|
Missing a Javadoc comment. |
435
|
|
Parameter name should be final. |
435
|
|
Missing a Javadoc comment. |
439
|
|
Parameter sql should be final. |
439
|
|
'sql' hides a field. |
439
|
|
Line is longer than 80 characters. |
443
|
|
Missing a Javadoc comment. |
443
|
|
Parameter sql should be final. |
443
|
|
'sql' hides a field. |
443
|
|
Parameter autoGeneratedKeys should be final. |
443
|
|
Line is longer than 80 characters. |
447
|
|
Missing a Javadoc comment. |
447
|
|
Parameter sql should be final. |
447
|
|
'sql' hides a field. |
447
|
|
Parameter autoGeneratedKeys should be final. |
447
|
|
Line is longer than 80 characters. |
451
|
|
Missing a Javadoc comment. |
451
|
|
Parameter sql should be final. |
451
|
|
'sql' hides a field. |
451
|
|
Parameter columnIndexes should be final. |
451
|
|
Array brackets at illegal position. |
451
|
|
Line is longer than 80 characters. |
455
|
|
Missing a Javadoc comment. |
455
|
|
Parameter sql should be final. |
455
|
|
'sql' hides a field. |
455
|
|
Parameter columnIndexes should be final. |
455
|
|
Array brackets at illegal position. |
455
|
|
Missing a Javadoc comment. |
459
|
|
Missing a Javadoc comment. |
463
|
|
Missing a Javadoc comment. |
467
|
|
Missing a Javadoc comment. |
471
|
|
Line is longer than 80 characters. |
475
|
|
Missing a Javadoc comment. |
475
|
|
Parameter sql should be final. |
475
|
|
'sql' hides a field. |
475
|
|
Parameter columnNames should be final. |
475
|
|
Array brackets at illegal position. |
475
|
|
Line is longer than 80 characters. |
479
|
|
Missing a Javadoc comment. |
479
|
|
Parameter sql should be final. |
479
|
|
'sql' hides a field. |
479
|
|
Parameter columnNames should be final. |
479
|
|
Array brackets at illegal position. |
479
|
|
Missing a Javadoc comment. |
483
|
|
Parameter sql should be final. |
483
|
|
'sql' hides a field. |
483
|
com/imcode/db/mock/MockDatabase.java
Error |
Line |
|
Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
|
Missing a Javadoc comment. |
23
|
|
Missing a Javadoc comment. |
25
|
|
Missing a Javadoc comment. |
26
|
|
Method 'executeUpdate' is not designed for extension - needs to be abstract, final or empty. |
28
|
|
Missing a Javadoc comment. |
28
|
|
Parameter sqlStr should be final. |
28
|
|
Parameter parameters should be final. |
28
|
|
Line is longer than 80 characters. |
34
|
|
Method 'executeQuery' is not designed for extension - needs to be abstract, final or empty. |
34
|
|
Missing a Javadoc comment. |
34
|
|
Parameter sqlQuery should be final. |
34
|
|
Parameter parameters should be final. |
34
|
|
Parameter resultSetHandler should be final. |
34
|
|
Line is longer than 80 characters. |
35
|
|
')' is preceded with whitespace. |
36
|
|
';' is preceded with whitespace. |
37
|
|
';' is preceded with whitespace. |
40
|
|
'(' is followed by whitespace. |
41
|
|
')' is preceded with whitespace. |
41
|
|
Line is longer than 80 characters. |
46
|
|
Method 'execute' is not designed for extension - needs to be abstract, final or empty. |
46
|
|
Missing a Javadoc comment. |
46
|
|
Parameter databaseCommand should be final. |
46
|
|
Redundant throws: 'DatabaseException' is unchecked exception. |
46
|
|
Line is longer than 80 characters. |
50
|
|
Method 'addExpectedSqlCall' is not designed for extension - needs to be abstract, final or empty. |
50
|
|
Missing a Javadoc comment. |
50
|
|
Parameter value should be final. |
60
|
|
Method 'assertExpectedSqlCalls' is not designed for extension - needs to be abstract, final or empty. |
70
|
|
Missing a Javadoc comment. |
70
|
|
Line is longer than 80 characters. |
72
|
|
Method 'getSqlCallCount' is not designed for extension - needs to be abstract, final or empty. |
76
|
|
Missing a Javadoc comment. |
76
|
|
Method 'getResultForSqlCall' is not designed for extension - needs to be abstract, final or empty. |
80
|
|
Missing a Javadoc comment. |
80
|
|
Parameter sql should be final. |
80
|
|
Parameter params should be final. |
80
|
|
Missing a Javadoc comment. |
95
|
|
Missing a Javadoc comment. |
97
|
|
Missing a Javadoc comment. |
98
|
|
Missing a Javadoc comment. |
100
|
|
Parameter string should be final. |
100
|
|
'string' hides a field. |
100
|
|
Parameter parameters should be final. |
100
|
|
'parameters' hides a field. |
100
|
|
Method 'getString' is not designed for extension - needs to be abstract, final or empty. |
105
|
|
Missing a Javadoc comment. |
105
|
|
Method 'getParameters' is not designed for extension - needs to be abstract, final or empty. |
109
|
|
Missing a Javadoc comment. |
109
|
|
Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
113
|
|
Missing a Javadoc comment. |
113
|
|
Method 'assertCalled' is not designed for extension - needs to be abstract, final or empty. |
119
|
|
Missing a Javadoc comment. |
119
|
|
Parameter predicate should be final. |
119
|
|
Method 'assertCalledInOrder' is not designed for extension - needs to be abstract, final or empty. |
123
|
|
Missing a Javadoc comment. |
123
|
|
Parameter sqlCallPredicates should be final. |
123
|
|
';' is preceded with whitespace. |
124
|
|
'(' is followed by whitespace. |
125
|
|
';' is followed by whitespace. |
125
|
|
Line is longer than 80 characters. |
127
|
|
';' is preceded with whitespace. |
128
|
|
';' is preceded with whitespace. |
130
|
|
Line is longer than 80 characters. |
135
|
|
'+' is not preceded with whitespace. |
135
|
|
'+' is not followed by whitespace. |
135
|
|
Line is longer than 80 characters. |
137
|
|
'+' is not preceded with whitespace. |
137
|
|
'+' is not followed by whitespace. |
137
|
|
'-' is not preceded with whitespace. |
137
|
|
'-' is not followed by whitespace. |
137
|
|
'+' is not preceded with whitespace. |
137
|
|
'+' is not followed by whitespace. |
137
|
|
';' is preceded with whitespace. |
137
|
|
';' is preceded with whitespace. |
139
|
|
Method 'assertCalled' is not designed for extension - needs to be abstract, final or empty. |
143
|
|
Missing a Javadoc comment. |
143
|
|
Parameter message should be final. |
143
|
|
Parameter predicate should be final. |
143
|
|
Avoid inline conditionals. |
145
|
|
Line is longer than 80 characters. |
146
|
|
Missing a Javadoc comment. |
150
|
|
Parameter predicate should be final. |
150
|
|
Method 'assertNotCalled' is not designed for extension - needs to be abstract, final or empty. |
154
|
|
Missing a Javadoc comment. |
154
|
|
Parameter sqlCallPredicate should be final. |
154
|
|
Method 'assertNotCalled' is not designed for extension - needs to be abstract, final or empty. |
158
|
|
Missing a Javadoc comment. |
158
|
|
Parameter message should be final. |
158
|
|
Parameter predicate should be final. |
158
|
|
Avoid inline conditionals. |
160
|
|
Line is longer than 80 characters. |
161
|
|
Method 'assertCallCount' is not designed for extension - needs to be abstract, final or empty. |
165
|
|
Missing a Javadoc comment. |
165
|
|
Parameter expectedCount should be final. |
165
|
|
Parameter predicate should be final. |
165
|
|
Line is longer than 80 characters. |
168
|
|
Missing a Javadoc comment. |
172
|
|
Missing a Javadoc comment. |
174
|
|
Parameter object should be final. |
174
|
|
Missing a Javadoc comment. |
178
|
|
Parameter sqlCall should be final. |
178
|
|
Missing a Javadoc comment. |
180
|
|
Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
182
|
|
Missing a Javadoc comment. |
182
|
|
Missing a Javadoc comment. |
187
|
|
Missing a Javadoc comment. |
189
|
|
Missing a Javadoc comment. |
190
|
|
Missing a Javadoc comment. |
192
|
|
Parameter tableName should be final. |
192
|
|
'tableName' hides a field. |
192
|
|
Parameter parameter should be final. |
192
|
|
'parameter' hides a field. |
192
|
|
Method 'evaluateSqlCall' is not designed for extension - needs to be abstract, final or empty. |
197
|
|
Missing a Javadoc comment. |
197
|
|
Parameter sqlCall should be final. |
197
|
|
Line is longer than 80 characters. |
198
|
|
'+' is not preceded with whitespace. |
198
|
|
'+' is not followed by whitespace. |
198
|
|
Line is longer than 80 characters. |
199
|
|
Method 'getFailureMessage' is not designed for extension - needs to be abstract, final or empty. |
203
|
|
Missing a Javadoc comment. |
203
|
|
Line is longer than 80 characters. |
204
|
|
Line is longer than 80 characters. |
208
|
|
Missing a Javadoc comment. |
208
|
|
Missing a Javadoc comment. |
210
|
|
Missing a Javadoc comment. |
212
|
|
Parameter tableName should be final. |
212
|
|
'tableName' hides a field. |
212
|
|
'+' is not preceded with whitespace. |
213
|
|
'+' is not followed by whitespace. |
213
|
|
';' is preceded with whitespace. |
213
|
|
Method 'getFailureMessage' is not designed for extension - needs to be abstract, final or empty. |
217
|
|
Missing a Javadoc comment. |
217
|
|
';' is preceded with whitespace. |
218
|
|
Line is longer than 80 characters. |
222
|
|
Missing a Javadoc comment. |
222
|
|
Missing a Javadoc comment. |
224
|
|
Line is longer than 80 characters. |
226
|
|
Missing a Javadoc comment. |
226
|
|
Parameter tableName should be final. |
226
|
|
Parameter parameter should be final. |
226
|
|
'parameter' hides a field. |
226
|
|
Method 'evaluateSqlCall' is not designed for extension - needs to be abstract, final or empty. |
231
|
|
Missing a Javadoc comment. |
231
|
|
Parameter sqlCall should be final. |
231
|
|
Line is longer than 80 characters. |
232
|
|
Method 'getFailureMessage' is not designed for extension - needs to be abstract, final or empty. |
235
|
|
Missing a Javadoc comment. |
235
|
|
Line is longer than 80 characters. |
236
|
|
Missing a Javadoc comment. |
240
|
|
Missing a Javadoc comment. |
242
|
|
Missing a Javadoc comment. |
244
|
|
Parameter regex should be final. |
244
|
|
'regex' hides a field. |
244
|
|
Method 'evaluateSqlCall' is not designed for extension - needs to be abstract, final or empty. |
248
|
|
Missing a Javadoc comment. |
248
|
|
Parameter sqlCall should be final. |
248
|
|
Method 'getFailureMessage' is not designed for extension - needs to be abstract, final or empty. |
254
|
|
Missing a Javadoc comment. |
254
|
|
Missing a Javadoc comment. |
259
|
|
Missing a Javadoc comment. |
261
|
|
Variable 'sql' must be private and have accessor methods. |
261
|
|
Missing a Javadoc comment. |
263
|
|
Parameter sql should be final. |
263
|
|
'sql' hides a field. |
263
|
|
Method 'evaluateSqlCall' is not designed for extension - needs to be abstract, final or empty. |
267
|
|
Missing a Javadoc comment. |
267
|
|
Parameter sqlCall should be final. |
267
|
|
Method 'getFailureMessage' is not designed for extension - needs to be abstract, final or empty. |
271
|
|
Missing a Javadoc comment. |
271
|
|
Missing a Javadoc comment. |
276
|
|
Missing a Javadoc comment. |
278
|
|
Missing a Javadoc comment. |
280
|
|
Parameter prefix should be final. |
280
|
|
'prefix' hides a field. |
280
|
|
Method 'evaluateSqlCall' is not designed for extension - needs to be abstract, final or empty. |
284
|
|
Missing a Javadoc comment. |
284
|
|
Parameter sqlCall should be final. |
284
|
|
Method 'getFailureMessage' is not designed for extension - needs to be abstract, final or empty. |
288
|
|
Missing a Javadoc comment. |
288
|
|
Line is longer than 80 characters. |
293
|
|
Missing a Javadoc comment. |
293
|
|
Missing a Javadoc comment. |
295
|
|
Line is longer than 80 characters. |
297
|
|
Missing a Javadoc comment. |
297
|
|
Parameter sql should be final. |
297
|
|
Parameter parameters should be final. |
297
|
|
'parameters' hides a field. |
297
|
|
Method 'evaluateSqlCall' is not designed for extension - needs to be abstract, final or empty. |
302
|
|
Missing a Javadoc comment. |
302
|
|
Parameter sqlCall should be final. |
302
|
|
Line is longer than 80 characters. |
303
|
|
Method 'getFailureMessage' is not designed for extension - needs to be abstract, final or empty. |
306
|
|
Missing a Javadoc comment. |
306
|
|
Line is longer than 80 characters. |
307
|
|
Line is longer than 80 characters. |
311
|
|
Missing a Javadoc comment. |
311
|
|
Missing a Javadoc comment. |
313
|
|
Missing a Javadoc comment. |
315
|
|
Parameter tableName should be final. |
315
|
|
'tableName' hides a field. |
315
|
|
'+' is not preceded with whitespace. |
316
|
|
'+' is not followed by whitespace. |
316
|
|
';' is preceded with whitespace. |
316
|
|
Method 'getFailureMessage' is not designed for extension - needs to be abstract, final or empty. |
320
|
|
Missing a Javadoc comment. |
320
|
|
'+' is not preceded with whitespace. |
321
|
|
'+' is not followed by whitespace. |
321
|
com/imcode/db/mock/MockDatabaseConnection.java
Error |
Line |
|
Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
|
Redundant import from the same package - com.imcode.db.mock.MockConnection. |
4
|
|
Redundant import from the same package - com.imcode.db.mock.MockDatabase. |
5
|
|
Missing a Javadoc comment. |
10
|
|
Missing a Javadoc comment. |
12
|
|
Missing a Javadoc comment. |
14
|
|
'(' is followed by whitespace. |
14
|
|
Parameter mockDatabase should be final. |
14
|
|
')' is preceded with whitespace. |
14
|
|
';' is preceded with whitespace. |
15
|
|
Line is longer than 80 characters. |
18
|
|
Method 'executeUpdateAndGetGeneratedKey' is not designed for extension - needs to be abstract, final or empty. |
18
|
|
Missing a Javadoc comment. |
18
|
|
'(' is followed by whitespace. |
18
|
|
Parameter sql should be final. |
18
|
|
Parameter parameters should be final. |
18
|
|
')' is preceded with whitespace. |
18
|
|
'cast' is not followed by whitespace. |
19
|
|
'(' is followed by whitespace. |
19
|
|
')' is preceded with whitespace. |
19
|
|
';' is preceded with whitespace. |
19
|
|
Method 'executeQuery' is not designed for extension - needs to be abstract, final or empty. |
22
|
|
Missing a Javadoc comment. |
22
|
|
'(' is followed by whitespace. |
22
|
|
Parameter sqlQuery should be final. |
22
|
|
Parameter parameters should be final. |
22
|
|
Parameter resultSetHandler should be final. |
23
|
|
')' is preceded with whitespace. |
23
|
|
';' is preceded with whitespace. |
24
|
|
Method 'getConnection' is not designed for extension - needs to be abstract, final or empty. |
27
|
|
Missing a Javadoc comment. |
27
|
|
';' is preceded with whitespace. |
28
|
|
Method 'executeUpdate' is not designed for extension - needs to be abstract, final or empty. |
31
|
|
Missing a Javadoc comment. |
31
|
|
'(' is followed by whitespace. |
31
|
|
Parameter sql should be final. |
31
|
|
Parameter parameters should be final. |
31
|
|
')' is preceded with whitespace. |
31
|
|
'(' is followed by whitespace. |
32
|
|
')' is preceded with whitespace. |
32
|
com/imcode/db/mock/MockResultSet.java
Error |
Line |
|
Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
|
Using the '.*' form of import should be avoided - java.sql.*. |
9
|
|
Missing a Javadoc comment. |
13
|
|
Missing a Javadoc comment. |
15
|
|
Variable 'rows' must be private and have accessor methods. |
15
|
|
';' is preceded with whitespace. |
15
|
|
Missing a Javadoc comment. |
16
|
|
Variable 'rowIndex' must be private and have accessor methods. |
16
|
|
';' is preceded with whitespace. |
16
|
|
Missing a Javadoc comment. |
18
|
|
Parameter objects should be final. |
18
|
|
';' is preceded with whitespace. |
19
|
|
Method 'next' is not designed for extension - needs to be abstract, final or empty. |
22
|
|
Missing a Javadoc comment. |
22
|
|
'(' is followed by whitespace. |
23
|
|
')' is preceded with whitespace. |
23
|
|
';' is preceded with whitespace. |
24
|
|
';' is preceded with whitespace. |
26
|
|
Missing a Javadoc comment. |
30
|
|
Method 'wasNull' is not designed for extension - needs to be abstract, final or empty. |
33
|
|
Missing a Javadoc comment. |
33
|
|
Line is longer than 80 characters. |
34
|
|
Method 'getString' is not designed for extension - needs to be abstract, final or empty. |
37
|
|
Missing a Javadoc comment. |
37
|
|
Parameter columnIndex should be final. |
37
|
|
';' is preceded with whitespace. |
40
|
|
'+' is not preceded with whitespace. |
43
|
|
'+' is not followed by whitespace. |
43
|
|
';' is preceded with whitespace. |
43
|
|
'cast' is not followed by whitespace. |
45
|
|
Method 'getBoolean' is not designed for extension - needs to be abstract, final or empty. |
48
|
|
Missing a Javadoc comment. |
48
|
|
Parameter columnIndex should be final. |
48
|
|
';' is preceded with whitespace. |
51
|
|
'cast' is not followed by whitespace. |
53
|
|
';' is preceded with whitespace. |
53
|
|
Method 'getByte' is not designed for extension - needs to be abstract, final or empty. |
56
|
|
Missing a Javadoc comment. |
56
|
|
Parameter columnIndex should be final. |
56
|
|
Line is longer than 80 characters. |
57
|
|
Method 'getShort' is not designed for extension - needs to be abstract, final or empty. |
60
|
|
Missing a Javadoc comment. |
60
|
|
Parameter columnIndex should be final. |
60
|
|
Line is longer than 80 characters. |
61
|
|
Method 'getInt' is not designed for extension - needs to be abstract, final or empty. |
64
|
|
Missing a Javadoc comment. |
64
|
|
Parameter columnIndex should be final. |
64
|
|
'cast' is not followed by whitespace. |
65
|
|
';' is preceded with whitespace. |
65
|
|
Method 'getLong' is not designed for extension - needs to be abstract, final or empty. |
68
|
|
Missing a Javadoc comment. |
68
|
|
Parameter columnIndex should be final. |
68
|
|
Line is longer than 80 characters. |
69
|
|
Method 'getFloat' is not designed for extension - needs to be abstract, final or empty. |
72
|
|
Missing a Javadoc comment. |
72
|
|
Parameter columnIndex should be final. |
72
|
|
Line is longer than 80 characters. |
73
|
|
Method 'getDouble' is not designed for extension - needs to be abstract, final or empty. |
76
|
|
Missing a Javadoc comment. |
76
|
|
Parameter columnIndex should be final. |
76
|
|
Line is longer than 80 characters. |
77
|
|
Line is longer than 80 characters. |
80
|
|
Method 'getBigDecimal' is not designed for extension - needs to be abstract, final or empty. |
80
|
|
Missing a Javadoc comment. |
80
|
|
Parameter columnIndex should be final. |
80
|
|
Parameter scale should be final. |
80
|
|
Line is longer than 80 characters. |
81
|
|
Method 'getBytes' is not designed for extension - needs to be abstract, final or empty. |
84
|
|
Missing a Javadoc comment. |
84
|
|
Parameter columnIndex should be final. |
84
|
|
Line is longer than 80 characters. |
85
|
|
Method 'getDate' is not designed for extension - needs to be abstract, final or empty. |
88
|
|
Missing a Javadoc comment. |
88
|
|
Parameter columnIndex should be final. |
88
|
|
Line is longer than 80 characters. |
89
|
|
Method 'getTime' is not designed for extension - needs to be abstract, final or empty. |
92
|
|
Missing a Javadoc comment. |
92
|
|
Parameter columnIndex should be final. |
92
|
|
Line is longer than 80 characters. |
93
|
|
Method 'getTimestamp' is not designed for extension - needs to be abstract, final or empty. |
96
|
|
Missing a Javadoc comment. |
96
|
|
Parameter columnIndex should be final. |
96
|
|
';' is preceded with whitespace. |
99
|
|
Method 'getAsciiStream' is not designed for extension - needs to be abstract, final or empty. |
104
|
|
Missing a Javadoc comment. |
104
|
|
Parameter columnIndex should be final. |
104
|
|
Line is longer than 80 characters. |
105
|
|
Method 'getUnicodeStream' is not designed for extension - needs to be abstract, final or empty. |
108
|
|
Missing a Javadoc comment. |
108
|
|
Parameter columnIndex should be final. |
108
|
|
Line is longer than 80 characters. |
109
|
|
Method 'getBinaryStream' is not designed for extension - needs to be abstract, final or empty. |
112
|
|
Missing a Javadoc comment. |
112
|
|
Parameter columnIndex should be final. |
112
|
|
Line is longer than 80 characters. |
113
|
|
Method 'getString' is not designed for extension - needs to be abstract, final or empty. |
116
|
|
Missing a Javadoc comment. |
116
|
|
Parameter columnName should be final. |
116
|
|
Line is longer than 80 characters. |
117
|
|
Method 'getBoolean' is not designed for extension - needs to be abstract, final or empty. |
120
|
|
Missing a Javadoc comment. |
120
|
|
Parameter columnName should be final. |
120
|
|
Line is longer than 80 characters. |
121
|
|
Method 'getByte' is not designed for extension - needs to be abstract, final or empty. |
124
|
|
Missing a Javadoc comment. |
124
|
|
Parameter columnName should be final. |
124
|
|
Line is longer than 80 characters. |
125
|
|
Method 'getShort' is not designed for extension - needs to be abstract, final or empty. |
128
|
|
Missing a Javadoc comment. |
128
|
|
Parameter columnName should be final. |
128
|
|
Line is longer than 80 characters. |
129
|
|
Method 'getInt' is not designed for extension - needs to be abstract, final or empty. |
132
|
|
Missing a Javadoc comment. |
132
|
|
Parameter columnName should be final. |
132
|
|
Line is longer than 80 characters. |
133
|
|
Method 'getLong' is not designed for extension - needs to be abstract, final or empty. |
136
|
|
Missing a Javadoc comment. |
136
|
|
Parameter columnName should be final. |
136
|
|
Line is longer than 80 characters. |
137
|
|
Method 'getFloat' is not designed for extension - needs to be abstract, final or empty. |
140
|
|
Missing a Javadoc comment. |
140
|
|
Parameter columnName should be final. |
140
|
|
Line is longer than 80 characters. |
141
|
|
Method 'getDouble' is not designed for extension - needs to be abstract, final or empty. |
144
|
|
Missing a Javadoc comment. |
144
|
|
Parameter columnName should be final. |
144
|
|
Line is longer than 80 characters. |
145
|
|
Line is longer than 80 characters. |
149
|
|
Method 'getBigDecimal' is not designed for extension - needs to be abstract, final or empty. |
149
|
|
Missing a Javadoc comment. |
149
|
|
Parameter columnName should be final. |
149
|
|
Parameter scale should be final. |
149
|
|
Line is longer than 80 characters. |
150
|
|
Method 'getBytes' is not designed for extension - needs to be abstract, final or empty. |
153
|
|
Missing a Javadoc comment. |
153
|
|
Parameter columnName should be final. |
153
|
|
Line is longer than 80 characters. |
154
|
|
Method 'getDate' is not designed for extension - needs to be abstract, final or empty. |
157
|
|
Missing a Javadoc comment. |
157
|
|
Parameter columnName should be final. |
157
|
|
Line is longer than 80 characters. |
158
|
|
Method 'getTime' is not designed for extension - needs to be abstract, final or empty. |
161
|
|
Missing a Javadoc comment. |
161
|
|
Parameter columnName should be final. |
161
|
|
Line is longer than 80 characters. |
162
|
|
Method 'getTimestamp' is not designed for extension - needs to be abstract, final or empty. |
165
|
|
Missing a Javadoc comment. |
165
|
|
Parameter columnName should be final. |
165
|
|
Line is longer than 80 characters. |
166
|
|
Method 'getAsciiStream' is not designed for extension - needs to be abstract, final or empty. |
169
|
|
Missing a Javadoc comment. |
169
|
|
Parameter columnName should be final. |
169
|
|
Line is longer than 80 characters. |
170
|
|
Method 'getUnicodeStream' is not designed for extension - needs to be abstract, final or empty. |
174
|
|
Missing a Javadoc comment. |
174
|
|
Parameter columnName should be final. |
174
|
|
Line is longer than 80 characters. |
175
|
|
Method 'getBinaryStream' is not designed for extension - needs to be abstract, final or empty. |
178
|
|
Missing a Javadoc comment. |
178
|
|
Parameter columnName should be final. |
178
|
|
Line is longer than 80 characters. |
179
|
|
Method 'getWarnings' is not designed for extension - needs to be abstract, final or empty. |
182
|
|
Missing a Javadoc comment. |
182
|
|
Line is longer than 80 characters. |
183
|
|
Method 'clearWarnings' is not designed for extension - needs to be abstract, final or empty. |
186
|
|
Missing a Javadoc comment. |
186
|
|
Line is longer than 80 characters. |
187
|
|
Method 'getCursorName' is not designed for extension - needs to be abstract, final or empty. |
190
|
|
Missing a Javadoc comment. |
190
|
|
Line is longer than 80 characters. |
191
|
|
Method 'getMetaData' is not designed for extension - needs to be abstract, final or empty. |
194
|
|
Missing a Javadoc comment. |
194
|
|
Method 'getObject' is not designed for extension - needs to be abstract, final or empty. |
198
|
|
Missing a Javadoc comment. |
198
|
|
Parameter columnIndex should be final. |
198
|
|
Line is longer than 80 characters. |
200
|
|
';' is preceded with whitespace. |
200
|
|
'-' is not preceded with whitespace. |
202
|
|
'-' is not followed by whitespace. |
202
|
|
';' is preceded with whitespace. |
202
|
|
Method 'getObject' is not designed for extension - needs to be abstract, final or empty. |
205
|
|
Missing a Javadoc comment. |
205
|
|
Parameter columnName should be final. |
205
|
|
Line is longer than 80 characters. |
206
|
|
Method 'findColumn' is not designed for extension - needs to be abstract, final or empty. |
209
|
|
Missing a Javadoc comment. |
209
|
|
Parameter columnName should be final. |
209
|
|
Line is longer than 80 characters. |
210
|
|
Method 'getCharacterStream' is not designed for extension - needs to be abstract, final or empty. |
213
|
|
Missing a Javadoc comment. |
213
|
|
Parameter columnIndex should be final. |
213
|
|
Line is longer than 80 characters. |
214
|
|
Method 'getCharacterStream' is not designed for extension - needs to be abstract, final or empty. |
217
|
|
Missing a Javadoc comment. |
217
|
|
Parameter columnName should be final. |
217
|
|
Line is longer than 80 characters. |
218
|
|
Method 'getBigDecimal' is not designed for extension - needs to be abstract, final or empty. |
221
|
|
Missing a Javadoc comment. |
221
|
|
Parameter columnIndex should be final. |
221
|
|
Line is longer than 80 characters. |
222
|
|
Method 'getBigDecimal' is not designed for extension - needs to be abstract, final or empty. |
225
|
|
Missing a Javadoc comment. |
225
|
|
Parameter columnName should be final. |
225
|
|
Line is longer than 80 characters. |
226
|
|
Method 'isBeforeFirst' is not designed for extension - needs to be abstract, final or empty. |
229
|
|
Missing a Javadoc comment. |
229
|
|
Line is longer than 80 characters. |
230
|
|
Method 'isAfterLast' is not designed for extension - needs to be abstract, final or empty. |
233
|
|
Missing a Javadoc comment. |
233
|
|
Line is longer than 80 characters. |
234
|
|
Method 'isFirst' is not designed for extension - needs to be abstract, final or empty. |
237
|
|
Missing a Javadoc comment. |
237
|
|
Line is longer than 80 characters. |
238
|
|
Method 'isLast' is not designed for extension - needs to be abstract, final or empty. |
241
|
|
Missing a Javadoc comment. |
241
|
|
Line is longer than 80 characters. |
242
|
|
Method 'beforeFirst' is not designed for extension - needs to be abstract, final or empty. |
245
|
|
Missing a Javadoc comment. |
245
|
|
Line is longer than 80 characters. |
246
|
|
Method 'afterLast' is not designed for extension - needs to be abstract, final or empty. |
249
|
|
Missing a Javadoc comment. |
249
|
|
Line is longer than 80 characters. |
250
|
|
Method 'first' is not designed for extension - needs to be abstract, final or empty. |
253
|
|
Missing a Javadoc comment. |
253
|
|
Line is longer than 80 characters. |
254
|
|
Method 'last' is not designed for extension - needs to be abstract, final or empty. |
257
|
|
Missing a Javadoc comment. |
257
|
|
Line is longer than 80 characters. |
258
|
|
Method 'getRow' is not designed for extension - needs to be abstract, final or empty. |
261
|
|
Missing a Javadoc comment. |
261
|
|
Line is longer than 80 characters. |
262
|
|
Method 'absolute' is not designed for extension - needs to be abstract, final or empty. |
265
|
|
Missing a Javadoc comment. |
265
|
|
Parameter row should be final. |
265
|
|
Line is longer than 80 characters. |
266
|
|
Method 'relative' is not designed for extension - needs to be abstract, final or empty. |
269
|
|
Missing a Javadoc comment. |
269
|
|
Parameter rows should be final. |
269
|
|
'rows' hides a field. |
269
|
|
Line is longer than 80 characters. |
270
|
|
Method 'previous' is not designed for extension - needs to be abstract, final or empty. |
273
|
|
Missing a Javadoc comment. |
273
|
|
Line is longer than 80 characters. |
274
|
|
Method 'setFetchDirection' is not designed for extension - needs to be abstract, final or empty. |
277
|
|
Missing a Javadoc comment. |
277
|
|
Parameter direction should be final. |
277
|
|
Line is longer than 80 characters. |
278
|
|
Method 'getFetchDirection' is not designed for extension - needs to be abstract, final or empty. |
281
|
|
Missing a Javadoc comment. |
281
|
|
Line is longer than 80 characters. |
282
|
|
Method 'setFetchSize' is not designed for extension - needs to be abstract, final or empty. |
285
|
|
Missing a Javadoc comment. |
285
|
|
Parameter rows should be final. |
285
|
|
'rows' hides a field. |
285
|
|
Line is longer than 80 characters. |
286
|
|
Method 'getFetchSize' is not designed for extension - needs to be abstract, final or empty. |
289
|
|
Missing a Javadoc comment. |
289
|
|
Line is longer than 80 characters. |
290
|
|
Method 'getType' is not designed for extension - needs to be abstract, final or empty. |
293
|
|
Missing a Javadoc comment. |
293
|
|
Line is longer than 80 characters. |
294
|
|
Method 'getConcurrency' is not designed for extension - needs to be abstract, final or empty. |
297
|
|
Missing a Javadoc comment. |
297
|
|
Line is longer than 80 characters. |
298
|
|
Method 'rowUpdated' is not designed for extension - needs to be abstract, final or empty. |
301
|
|
Missing a Javadoc comment. |
301
|
|
Line is longer than 80 characters. |
302
|
|
Method 'rowInserted' is not designed for extension - needs to be abstract, final or empty. |
305
|
|
Missing a Javadoc comment. |
305
|
|
Line is longer than 80 characters. |
306
|
|
Method 'rowDeleted' is not designed for extension - needs to be abstract, final or empty. |
309
|
|
Missing a Javadoc comment. |
309
|
|
Line is longer than 80 characters. |
310
|
|
Method 'updateNull' is not designed for extension - needs to be abstract, final or empty. |
313
|
|
Missing a Javadoc comment. |
313
|
|
Parameter columnIndex should be final. |
313
|
|
Line is longer than 80 characters. |
314
|
|
Method 'updateBoolean' is not designed for extension - needs to be abstract, final or empty. |
317
|
|
Missing a Javadoc comment. |
317
|
|
Parameter columnIndex should be final. |
317
|
|
Parameter x should be final. |
317
|
|
Line is longer than 80 characters. |
318
|
|
Method 'updateByte' is not designed for extension - needs to be abstract, final or empty. |
321
|
|
Missing a Javadoc comment. |
321
|
|
Parameter columnIndex should be final. |
321
|
|
Parameter x should be final. |
321
|
|
Line is longer than 80 characters. |
322
|
|
Method 'updateShort' is not designed for extension - needs to be abstract, final or empty. |
325
|
|
Missing a Javadoc comment. |
325
|
|
Parameter columnIndex should be final. |
325
|
|
Parameter x should be final. |
325
|
|
Line is longer than 80 characters. |
326
|
|
Method 'updateInt' is not designed for extension - needs to be abstract, final or empty. |
329
|
|
Missing a Javadoc comment. |
329
|
|
Parameter columnIndex should be final. |
329
|
|
Parameter x should be final. |
329
|
|
Line is longer than 80 characters. |
330
|
|
Method 'updateLong' is not designed for extension - needs to be abstract, final or empty. |
333
|
|
Missing a Javadoc comment. |
333
|
|
Parameter columnIndex should be final. |
333
|
|
Parameter x should be final. |
333
|
|
Line is longer than 80 characters. |
334
|
|
Method 'updateFloat' is not designed for extension - needs to be abstract, final or empty. |
337
|
|
Missing a Javadoc comment. |
337
|
|
Parameter columnIndex should be final. |
337
|
|
Parameter x should be final. |
337
|
|
Line is longer than 80 characters. |
338
|
|
Method 'updateDouble' is not designed for extension - needs to be abstract, final or empty. |
341
|
|
Missing a Javadoc comment. |
341
|
|
Parameter columnIndex should be final. |
341
|
|
Parameter x should be final. |
341
|
|
Line is longer than 80 characters. |
342
|
|
Line is longer than 80 characters. |
345
|
|
Method 'updateBigDecimal' is not designed for extension - needs to be abstract, final or empty. |
345
|
|
Missing a Javadoc comment. |
345
|
|
Parameter columnIndex should be final. |
345
|
|
Parameter x should be final. |
345
|
|
Line is longer than 80 characters. |
346
|
|
Method 'updateString' is not designed for extension - needs to be abstract, final or empty. |
349
|
|
Missing a Javadoc comment. |
349
|
|
Parameter columnIndex should be final. |
349
|
|
Parameter x should be final. |
349
|
|
Line is longer than 80 characters. |
350
|
|
Method 'updateBytes' is not designed for extension - needs to be abstract, final or empty. |
353
|
|
Missing a Javadoc comment. |
353
|
|
Parameter columnIndex should be final. |
353
|
|
Parameter x should be final. |
353
|
|
Array brackets at illegal position. |
353
|
|
Line is longer than 80 characters. |
354
|
|
Method 'updateDate' is not designed for extension - needs to be abstract, final or empty. |
357
|
|
Missing a Javadoc comment. |
357
|
|
Parameter columnIndex should be final. |
357
|
|
Parameter x should be final. |
357
|
|
Line is longer than 80 characters. |
358
|
|
Method 'updateTime' is not designed for extension - needs to be abstract, final or empty. |
361
|
|
Missing a Javadoc comment. |
361
|
|
Parameter columnIndex should be final. |
361
|
|
Parameter x should be final. |
361
|
|
Line is longer than 80 characters. |
362
|
|
Line is longer than 80 characters. |
365
|
|
Method 'updateTimestamp' is not designed for extension - needs to be abstract, final or empty. |
365
|
|
Missing a Javadoc comment. |
365
|
|
Parameter columnIndex should be final. |
365
|
|
Parameter x should be final. |
365
|
|
Line is longer than 80 characters. |
366
|
|
Line is longer than 80 characters. |
369
|
|
Method 'updateAsciiStream' is not designed for extension - needs to be abstract, final or empty. |
369
|
|
Missing a Javadoc comment. |
369
|
|
Parameter columnIndex should be final. |
369
|
|
Parameter x should be final. |
369
|
|
Parameter length should be final. |
369
|
|
Line is longer than 80 characters. |
370
|
|
Line is longer than 80 characters. |
373
|
|
Method 'updateBinaryStream' is not designed for extension - needs to be abstract, final or empty. |
373
|
|
Missing a Javadoc comment. |
373
|
|
Parameter columnIndex should be final. |
373
|
|
Parameter x should be final. |
373
|
|
Parameter length should be final. |
373
|
|
Line is longer than 80 characters. |
374
|
|
Line is longer than 80 characters. |
377
|
|
Method 'updateCharacterStream' is not designed for extension - needs to be abstract, final or empty. |
377
|
|
Missing a Javadoc comment. |
377
|
|
Parameter columnIndex should be final. |
377
|
|
Parameter x should be final. |
377
|
|
Parameter length should be final. |
377
|
|
Line is longer than 80 characters. |
378
|
|
Line is longer than 80 characters. |
381
|
|
Method 'updateObject' is not designed for extension - needs to be abstract, final or empty. |
381
|
|
Missing a Javadoc comment. |
381
|
|
Parameter columnIndex should be final. |
381
|
|
Parameter x should be final. |
381
|
|
Parameter scale should be final. |
381
|
|
Line is longer than 80 characters. |
382
|
|
Method 'updateObject' is not designed for extension - needs to be abstract, final or empty. |
385
|
|
Missing a Javadoc comment. |
385
|
|
Parameter columnIndex should be final. |
385
|
|
Parameter x should be final. |
385
|
|
Line is longer than 80 characters. |
386
|
|
Method 'updateNull' is not designed for extension - needs to be abstract, final or empty. |
389
|
|
Missing a Javadoc comment. |
389
|
|
Parameter columnName should be final. |
389
|
|
Line is longer than 80 characters. |
390
|
|
Line is longer than 80 characters. |
393
|
|
Method 'updateBoolean' is not designed for extension - needs to be abstract, final or empty. |
393
|
|
Missing a Javadoc comment. |
393
|
|
Parameter columnName should be final. |
393
|
|
Parameter x should be final. |
393
|
|
Line is longer than 80 characters. |
394
|
|
Method 'updateByte' is not designed for extension - needs to be abstract, final or empty. |
397
|
|
Missing a Javadoc comment. |
397
|
|
Parameter columnName should be final. |
397
|
|
Parameter x should be final. |
397
|
|
Line is longer than 80 characters. |
398
|
|
Method 'updateShort' is not designed for extension - needs to be abstract, final or empty. |
401
|
|
Missing a Javadoc comment. |
401
|
|
Parameter columnName should be final. |
401
|
|
Parameter x should be final. |
401
|
|
Line is longer than 80 characters. |
402
|
|
Method 'updateInt' is not designed for extension - needs to be abstract, final or empty. |
405
|
|
Missing a Javadoc comment. |
405
|
|
Parameter columnName should be final. |
405
|
|
Parameter x should be final. |
405
|
|
Line is longer than 80 characters. |
406
|
|
Method 'updateLong' is not designed for extension - needs to be abstract, final or empty. |
409
|
|
Missing a Javadoc comment. |
409
|
|
Parameter columnName should be final. |
409
|
|
Parameter x should be final. |
409
|
|
Line is longer than 80 characters. |
410
|
|
Method 'updateFloat' is not designed for extension - needs to be abstract, final or empty. |
413
|
|
Missing a Javadoc comment. |
413
|
|
Parameter columnName should be final. |
413
|
|
Parameter x should be final. |
413
|
|
Line is longer than 80 characters. |
414
|
|
Method 'updateDouble' is not designed for extension - needs to be abstract, final or empty. |
417
|
|
Missing a Javadoc comment. |
417
|
|
Parameter columnName should be final. |
417
|
|
Parameter x should be final. |
417
|
|
Line is longer than 80 characters. |
418
|
|
Line is longer than 80 characters. |
421
|
|
Method 'updateBigDecimal' is not designed for extension - needs to be abstract, final or empty. |
421
|
|
Missing a Javadoc comment. |
421
|
|
Parameter columnName should be final. |
421
|
|
Parameter x should be final. |
421
|
|
Line is longer than 80 characters. |
422
|
|
Method 'updateString' is not designed for extension - needs to be abstract, final or empty. |
425
|
|
Missing a Javadoc comment. |
425
|
|
Parameter columnName should be final. |
425
|
|
Parameter x should be final. |
425
|
|
Line is longer than 80 characters. |
426
|
|
Method 'updateBytes' is not designed for extension - needs to be abstract, final or empty. |
429
|
|
Missing a Javadoc comment. |
429
|
|
Parameter columnName should be final. |
429
|
|
Parameter x should be final. |
429
|
|
Array brackets at illegal position. |
429
|
|
Line is longer than 80 characters. |
430
|
|
Method 'updateDate' is not designed for extension - needs to be abstract, final or empty. |
433
|
|
Missing a Javadoc comment. |
433
|
|
Parameter columnName should be final. |
433
|
|
Parameter x should be final. |
433
|
|
Line is longer than 80 characters. |
434
|
|
Method 'updateTime' is not designed for extension - needs to be abstract, final or empty. |
437
|
|
Missing a Javadoc comment. |
437
|
|
Parameter columnName should be final. |
437
|
|
Parameter x should be final. |
437
|
|
Line is longer than 80 characters. |
438
|
|
Line is longer than 80 characters. |
441
|
|
Method 'updateTimestamp' is not designed for extension - needs to be abstract, final or empty. |
441
|
|
Missing a Javadoc comment. |
441
|
|
Parameter columnName should be final. |
441
|
|
Parameter x should be final. |
441
|
|
Line is longer than 80 characters. |
442
|
|
Line is longer than 80 characters. |
445
|
|
Method 'updateAsciiStream' is not designed for extension - needs to be abstract, final or empty. |
445
|
|
Missing a Javadoc comment. |
445
|
|
Parameter columnName should be final. |
445
|
|
Parameter x should be final. |
445
|
|
Parameter length should be final. |
445
|
|
Line is longer than 80 characters. |
446
|
|
Line is longer than 80 characters. |
449
|
|
Method 'updateBinaryStream' is not designed for extension - needs to be abstract, final or empty. |
449
|
|
Missing a Javadoc comment. |
449
|
|
Parameter columnName should be final. |
449
|
|
Parameter x should be final. |
449
|
|
Parameter length should be final. |
449
|
|
Line is longer than 80 characters. |
450
|
|
Line is longer than 80 characters. |
453
|
|
Method 'updateCharacterStream' is not designed for extension - needs to be abstract, final or empty. |
453
|
|
Missing a Javadoc comment. |
453
|
|
Parameter columnName should be final. |
453
|
|
Parameter reader should be final. |
453
|
|
Parameter length should be final. |
453
|
|
Line is longer than 80 characters. |
454
|
|
Line is longer than 80 characters. |
457
|
|
Method 'updateObject' is not designed for extension - needs to be abstract, final or empty. |
457
|
|
Missing a Javadoc comment. |
457
|
|
Parameter columnName should be final. |
457
|
|
Parameter x should be final. |
457
|
|
Parameter scale should be final. |
457
|
|
Line is longer than 80 characters. |
458
|
|
Method 'updateObject' is not designed for extension - needs to be abstract, final or empty. |
461
|
|
Missing a Javadoc comment. |
461
|
|
Parameter columnName should be final. |
461
|
|
Parameter x should be final. |
461
|
|
Line is longer than 80 characters. |
462
|
|
Method 'insertRow' is not designed for extension - needs to be abstract, final or empty. |
465
|
|
Missing a Javadoc comment. |
465
|
|
Line is longer than 80 characters. |
466
|
|
Method 'updateRow' is not designed for extension - needs to be abstract, final or empty. |
469
|
|
Missing a Javadoc comment. |
469
|
|
Line is longer than 80 characters. |
470
|
|
Method 'deleteRow' is not designed for extension - needs to be abstract, final or empty. |
473
|
|
Missing a Javadoc comment. |
473
|
|
Line is longer than 80 characters. |
474
|
|
Method 'refreshRow' is not designed for extension - needs to be abstract, final or empty. |
477
|
|
Missing a Javadoc comment. |
477
|
|
Line is longer than 80 characters. |
478
|
|
Method 'cancelRowUpdates' is not designed for extension - needs to be abstract, final or empty. |
481
|
|
Missing a Javadoc comment. |
481
|
|
Line is longer than 80 characters. |
482
|
|
Method 'moveToInsertRow' is not designed for extension - needs to be abstract, final or empty. |
485
|
|
Missing a Javadoc comment. |
485
|
|
Line is longer than 80 characters. |
486
|
|
Method 'moveToCurrentRow' is not designed for extension - needs to be abstract, final or empty. |
489
|
|
Missing a Javadoc comment. |
489
|
|
Line is longer than 80 characters. |
490
|
|
Method 'getStatement' is not designed for extension - needs to be abstract, final or empty. |
493
|
|
Missing a Javadoc comment. |
493
|
|
Line is longer than 80 characters. |
494
|
|
Method 'getObject' is not designed for extension - needs to be abstract, final or empty. |
497
|
|
Missing a Javadoc comment. |
497
|
|
Parameter i should be final. |
497
|
|
Parameter map should be final. |
497
|
|
Line is longer than 80 characters. |
498
|
|
Method 'getRef' is not designed for extension - needs to be abstract, final or empty. |
501
|
|
Missing a Javadoc comment. |
501
|
|
Parameter i should be final. |
501
|
|
Line is longer than 80 characters. |
502
|
|
Method 'getBlob' is not designed for extension - needs to be abstract, final or empty. |
505
|
|
Missing a Javadoc comment. |
505
|
|
Parameter i should be final. |
505
|
|
Line is longer than 80 characters. |
506
|
|
Method 'getClob' is not designed for extension - needs to be abstract, final or empty. |
509
|
|
Missing a Javadoc comment. |
509
|
|
Parameter i should be final. |
509
|
|
Line is longer than 80 characters. |
510
|
|
Method 'getArray' is not designed for extension - needs to be abstract, final or empty. |
513
|
|
Missing a Javadoc comment. |
513
|
|
Parameter i should be final. |
513
|
|
Line is longer than 80 characters. |
514
|
|
Method 'getObject' is not designed for extension - needs to be abstract, final or empty. |
517
|
|
Missing a Javadoc comment. |
517
|
|
Parameter colName should be final. |
517
|
|
Parameter map should be final. |
517
|
|
Line is longer than 80 characters. |
518
|
|
Method 'getRef' is not designed for extension - needs to be abstract, final or empty. |
521
|
|
Missing a Javadoc comment. |
521
|
|
Parameter colName should be final. |
521
|
|
Line is longer than 80 characters. |
522
|
|
Method 'getBlob' is not designed for extension - needs to be abstract, final or empty. |
525
|
|
Missing a Javadoc comment. |
525
|
|
Parameter colName should be final. |
525
|
|
Line is longer than 80 characters. |
526
|
|
Method 'getClob' is not designed for extension - needs to be abstract, final or empty. |
529
|
|
Missing a Javadoc comment. |
529
|
|
Parameter colName should be final. |
529
|
|
Line is longer than 80 characters. |
530
|
|
Method 'getArray' is not designed for extension - needs to be abstract, final or empty. |
533
|
|
Missing a Javadoc comment. |
533
|
|
Parameter colName should be final. |
533
|
|
Line is longer than 80 characters. |
534
|
|
Method 'getDate' is not designed for extension - needs to be abstract, final or empty. |
537
|
|
Missing a Javadoc comment. |
537
|
|
Parameter columnIndex should be final. |
537
|
|
Parameter cal should be final. |
537
|
|
Line is longer than 80 characters. |
538
|
|
Method 'getDate' is not designed for extension - needs to be abstract, final or empty. |
541
|
|
Missing a Javadoc comment. |
541
|
|
Parameter columnName should be final. |
541
|
|
Parameter cal should be final. |
541
|
|
Line is longer than 80 characters. |
542
|
|
Method 'getTime' is not designed for extension - needs to be abstract, final or empty. |
545
|
|
Missing a Javadoc comment. |
545
|
|
Parameter columnIndex should be final. |
545
|
|
Parameter cal should be final. |
545
|
|
Line is longer than 80 characters. |
546
|
|
Method 'getTime' is not designed for extension - needs to be abstract, final or empty. |
549
|
|
Missing a Javadoc comment. |
549
|
|
Parameter columnName should be final. |
549
|
|
Parameter cal should be final. |
549
|
|
Line is longer than 80 characters. |
550
|
|
Line is longer than 80 characters. |
553
|
|
Method 'getTimestamp' is not designed for extension - needs to be abstract, final or empty. |
553
|
|
Missing a Javadoc comment. |
553
|
|
Parameter columnIndex should be final. |
553
|
|
Parameter cal should be final. |
553
|
|
Line is longer than 80 characters. |
554
|
|
Line is longer than 80 characters. |
557
|
|
Method 'getTimestamp' is not designed for extension - needs to be abstract, final or empty. |
557
|
|
Missing a Javadoc comment. |
557
|
|
Parameter columnName should be final. |
557
|
|
Parameter cal should be final. |
557
|
|
Line is longer than 80 characters. |
558
|
|
Method 'getURL' is not designed for extension - needs to be abstract, final or empty. |
561
|
|
Missing a Javadoc comment. |
561
|
|
Parameter columnIndex should be final. |
561
|
|
Line is longer than 80 characters. |
562
|
|
Method 'getURL' is not designed for extension - needs to be abstract, final or empty. |
565
|
|
Missing a Javadoc comment. |
565
|
|
Parameter columnName should be final. |
565
|
|
Line is longer than 80 characters. |
566
|
|
Method 'updateRef' is not designed for extension - needs to be abstract, final or empty. |
569
|
|
Missing a Javadoc comment. |
569
|
|
Parameter columnIndex should be final. |
569
|
|
Parameter x should be final. |
569
|
|
Line is longer than 80 characters. |
570
|
|
Method 'updateRef' is not designed for extension - needs to be abstract, final or empty. |
573
|
|
Missing a Javadoc comment. |
573
|
|
Parameter columnName should be final. |
573
|
|
Parameter x should be final. |
573
|
|
Line is longer than 80 characters. |
574
|
|
Method 'updateBlob' is not designed for extension - needs to be abstract, final or empty. |
577
|
|
Missing a Javadoc comment. |
577
|
|
Parameter columnIndex should be final. |
577
|
|
Parameter x should be final. |
577
|
|
Line is longer than 80 characters. |
578
|
|
Method 'updateBlob' is not designed for extension - needs to be abstract, final or empty. |
581
|
|
Missing a Javadoc comment. |
581
|
|
Parameter columnName should be final. |
581
|
|
Parameter x should be final. |
581
|
|
Line is longer than 80 characters. |
582
|
|
Method 'updateClob' is not designed for extension - needs to be abstract, final or empty. |
585
|
|
Missing a Javadoc comment. |
585
|
|
Parameter columnIndex should be final. |
585
|
|
Parameter x should be final. |
585
|
|
Line is longer than 80 characters. |
586
|
|
Method 'updateClob' is not designed for extension - needs to be abstract, final or empty. |
589
|
|
Missing a Javadoc comment. |
589
|
|
Parameter columnName should be final. |
589
|
|
Parameter x should be final. |
589
|
|
Line is longer than 80 characters. |
590
|
|
Method 'updateArray' is not designed for extension - needs to be abstract, final or empty. |
593
|
|
Missing a Javadoc comment. |
593
|
|
Parameter columnIndex should be final. |
593
|
|
Parameter x should be final. |
593
|
|
Line is longer than 80 characters. |
594
|
|
Method 'updateArray' is not designed for extension - needs to be abstract, final or empty. |
597
|
|
Missing a Javadoc comment. |
597
|
|
Parameter columnName should be final. |
597
|
|
Parameter x should be final. |
597
|
|
Line is longer than 80 characters. |
598
|
|
Missing a Javadoc comment. |
601
|
|
Missing a Javadoc comment. |
603
|
|
'(' is followed by whitespace. |
604
|
|
')' is preceded with whitespace. |
604
|
|
';' is preceded with whitespace. |
605
|
|
';' is preceded with whitespace. |
607
|
|
Missing a Javadoc comment. |
610
|
|
Parameter column should be final. |
610
|
|
Missing a Javadoc comment. |
614
|
|
Parameter column should be final. |
614
|
|
Missing a Javadoc comment. |
618
|
|
Parameter column should be final. |
618
|
|
Missing a Javadoc comment. |
622
|
|
Parameter column should be final. |
622
|
|
Missing a Javadoc comment. |
626
|
|
Parameter column should be final. |
626
|
|
Missing a Javadoc comment. |
630
|
|
Parameter column should be final. |
630
|
|
Missing a Javadoc comment. |
634
|
|
Parameter column should be final. |
634
|
|
Missing a Javadoc comment. |
638
|
|
Parameter column should be final. |
638
|
|
Missing a Javadoc comment. |
642
|
|
Parameter column should be final. |
642
|
|
Missing a Javadoc comment. |
646
|
|
Parameter column should be final. |
646
|
|
Missing a Javadoc comment. |
650
|
|
Parameter column should be final. |
650
|
|
Missing a Javadoc comment. |
654
|
|
Parameter column should be final. |
654
|
|
Missing a Javadoc comment. |
658
|
|
Parameter column should be final. |
658
|
|
Missing a Javadoc comment. |
662
|
|
Parameter column should be final. |
662
|
|
Missing a Javadoc comment. |
666
|
|
Parameter column should be final. |
666
|
|
Missing a Javadoc comment. |
670
|
|
Parameter column should be final. |
670
|
|
Missing a Javadoc comment. |
674
|
|
Parameter column should be final. |
674
|
|
Missing a Javadoc comment. |
678
|
|
Parameter column should be final. |
678
|
|
Missing a Javadoc comment. |
682
|
|
Parameter column should be final. |
682
|
|
Missing a Javadoc comment. |
686
|
|
Parameter column should be final. |
686
|
com/imcode/db/mock/package.html
Error |
Line |
|
Missing package documentation file. |
0 |
com/imcode/db/package.html
Error |
Line |
|
Missing package documentation file. |
0 |